Click or drag to resize

IStoreTemplate Interface

Interface for templates for the provisioning of new stores.

Namespace:  VDS.RDF.Storage.Management.Provisioning
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IStoreTemplate

The IStoreTemplate type exposes the following members.

Properties
  NameDescription
Public propertyID
Gets/Sets the ID for the Store.
Public propertyTemplateDescription
Gets the description of the type of store the template will create.
Public propertyTemplateName
Gets the name of the type of store the template will create.
Top
Methods
  NameDescription
Public methodValidate
Validates the template returning an enumeration of error messages.
Top
Remarks

This interface is intentionally very limited, the generic type constraints on the IStorageServer interface allow for specific implementations of that interface to futher constrain their implementation to accept only relevant implementations of this interface when provisioning new stores.

Specific implementations will likely add various properties that allow end users to configure implementation specific parameters. It is suggested that implementors include System.ComponentModel attributes on their implementations.

See Also