Click or drag to resize

StoreTemplate Class

A basic store template where the only parameter is the Store ID.
Inheritance Hierarchy

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

The StoreTemplate type exposes the following members.

Constructors
  NameDescription
Public methodStoreTemplate(String)
Creates a new template.
Public methodStoreTemplate(String, String, String)
Creates a new template.
Top
Properties
  NameDescription
Public propertyID
Gets/Sets the Store ID.
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Gets the string representation of the template which is the Template Name.
(Overrides ObjectToString.)
Public methodValidate
Validates the template.
Top
See Also