Class BaseUpdateHandlerConfiguration
Abstract Base class for SPARQL Update Handler configurations
Inheritance
System.Object
BaseUpdateHandlerConfiguration
Inherited Members
Namespace: VDS.RDF.Web.Configuration.Update
Assembly: dotNetRDF.Web.dll
Syntax
public abstract class BaseUpdateHandlerConfiguration : BaseHandlerConfiguration
Constructors
| Improve this Doc View SourceBaseUpdateHandlerConfiguration(IHttpContext, IGraph, INode)
Creates a new Update Handler Configuration
Declaration
public BaseUpdateHandlerConfiguration(IHttpContext context, IGraph g, INode objNode)
Parameters
Type | Name | Description |
---|---|---|
IHttpContext | context | HTTP Context |
IGraph | g | Configuration Graph |
INode | objNode | Object Node |
Fields
| Improve this Doc View Source_defaultUpdate
Default Update Text for the Update Form
Declaration
protected String _defaultUpdate
Field Value
Type | Description |
---|---|
String |
_processor
Update Processor to be used
Declaration
protected ISparqlUpdateProcessor _processor
Field Value
Type | Description |
---|---|
ISparqlUpdateProcessor |
_serviceDescription
Service Description Graph
Declaration
protected IGraph _serviceDescription
Field Value
Type | Description |
---|---|
IGraph |
_showUpdateForm
Whether Update Form should be shown
Declaration
protected bool _showUpdateForm
Field Value
Type | Description |
---|---|
System.Boolean |
Properties
| Improve this Doc View SourceDefaultUpdate
Gets the Default Update for the Update Form
Declaration
public String DefaultUpdate { get; }
Property Value
Type | Description |
---|---|
String |
Processor
Gets the SPARQL Update processor which is to be used
Declaration
public ISparqlUpdateProcessor Processor { get; }
Property Value
Type | Description |
---|---|
ISparqlUpdateProcessor |
ServiceDescription
Gets the Service Description Graph
Declaration
public IGraph ServiceDescription { get; }
Property Value
Type | Description |
---|---|
IGraph |
ShowUpdateForm
Gets whether to show the Update Form if no update is specified
Declaration
public bool ShowUpdateForm { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceAddFeatureDescription(IGraph, INode)
Adds Description of Features for the given Handler Configuration
Declaration
public virtual void AddFeatureDescription(IGraph g, INode descripNode)
Parameters
Type | Name | Description |
---|---|---|
IGraph | g | Service Description Graph |
INode | descripNode | Description Node for the Service |