Class BaseDatasetHandlerConfiguration
Abstract Base Class for Dataset Handler configurations
Inheritance
System.Object
BaseDatasetHandlerConfiguration
Inherited Members
Namespace: VDS.RDF.Web.Configuration.Resource
Assembly: dotNetRDF.Web.dll
Syntax
public class BaseDatasetHandlerConfiguration : BaseHandlerConfiguration
Constructors
| Improve this Doc View SourceBaseDatasetHandlerConfiguration(IHttpContext, IGraph, INode)
Creates a new Dataset Handler configuration
Declaration
public BaseDatasetHandlerConfiguration(IHttpContext context, IGraph config, INode objNode)
Parameters
Type | Name | Description |
---|---|---|
IHttpContext | context | HTTP Context |
IGraph | config | Configuration Graph |
INode | objNode | Object Node |
Properties
| Improve this Doc View SourceDataset
Gets the Dataset
Declaration
public ISparqlDataset Dataset { get; }
Property Value
Type | Description |
---|---|
ISparqlDataset |