Show / Hide Table of Contents

Class BaseUpdateHandlerConfiguration

Abstract Base class for SPARQL Update Handler configurations
Inheritance
System.Object
BaseHandlerConfiguration
BaseUpdateHandlerConfiguration
UpdateHandlerConfiguration
Inherited Members
BaseHandlerConfiguration.MinimumCacheDuration
BaseHandlerConfiguration.MaximumCacheDuration
BaseHandlerConfiguration._showErrors
BaseHandlerConfiguration._stylesheet
BaseHandlerConfiguration._introText
BaseHandlerConfiguration._expressionFactories
BaseHandlerConfiguration._propertyFunctionFactories
BaseHandlerConfiguration._corsEnabled
BaseHandlerConfiguration._writerCompressionLevel
BaseHandlerConfiguration._writerPrettyPrinting
BaseHandlerConfiguration._writerHighSpeed
BaseHandlerConfiguration._writerDtds
BaseHandlerConfiguration._writerMultiThreading
BaseHandlerConfiguration._writerAttributes
BaseHandlerConfiguration._defaultNamespaces
BaseHandlerConfiguration.UserGroups
BaseHandlerConfiguration.ShowErrors
BaseHandlerConfiguration.IsCorsEnabled
BaseHandlerConfiguration.Stylesheet
BaseHandlerConfiguration.IntroductionText
BaseHandlerConfiguration.CacheDuration
BaseHandlerConfiguration.CacheSliding
BaseHandlerConfiguration.HasExpressionFactories
BaseHandlerConfiguration.ExpressionFactories
BaseHandlerConfiguration.HasPropertyFunctionFactories
BaseHandlerConfiguration.PropertyFunctionFactories
BaseHandlerConfiguration.WriterCompressionLevel
BaseHandlerConfiguration.WriterUseDtds
BaseHandlerConfiguration.WriterUseAttributes
BaseHandlerConfiguration.WriterHighSpeedMode
BaseHandlerConfiguration.WriterMultiThreading
BaseHandlerConfiguration.WriterPrettyPrinting
BaseHandlerConfiguration.DefaultNamespaces
Namespace: VDS.RDF.Web.Configuration.Update
Assembly: dotNetRDF.Web.dll
Syntax
public abstract class BaseUpdateHandlerConfiguration : BaseHandlerConfiguration

Constructors

| Improve this Doc View Source

BaseUpdateHandlerConfiguration(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
| Improve this Doc View Source

_processor

Update Processor to be used
Declaration
protected ISparqlUpdateProcessor _processor
Field Value
Type Description
ISparqlUpdateProcessor
| Improve this Doc View Source

_serviceDescription

Service Description Graph
Declaration
protected IGraph _serviceDescription
Field Value
Type Description
IGraph
| Improve this Doc View Source

_showUpdateForm

Whether Update Form should be shown
Declaration
protected bool _showUpdateForm
Field Value
Type Description
System.Boolean

Properties

| Improve this Doc View Source

DefaultUpdate

Gets the Default Update for the Update Form
Declaration
public String DefaultUpdate { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Processor

Gets the SPARQL Update processor which is to be used
Declaration
public ISparqlUpdateProcessor Processor { get; }
Property Value
Type Description
ISparqlUpdateProcessor
| Improve this Doc View Source

ServiceDescription

Gets the Service Description Graph
Declaration
public IGraph ServiceDescription { get; }
Property Value
Type Description
IGraph
| Improve this Doc View Source

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 Source

AddFeatureDescription(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

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • BaseUpdateHandlerConfiguration(IHttpContext, IGraph, INode)
  • Fields
    • _defaultUpdate
    • _processor
    • _serviceDescription
    • _showUpdateForm
  • Properties
    • DefaultUpdate
    • Processor
    • ServiceDescription
    • ShowUpdateForm
  • Methods
    • AddFeatureDescription(IGraph, INode)
  • Extension Methods
Back to top Generated by DocFX