Click or drag to resize

JsonLdTermDefinition Class

Represents a term definition in a context.
Inheritance Hierarchy
SystemObject
  VDS.RDF.JsonLdJsonLdTermDefinition

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class JsonLdTermDefinition

The JsonLdTermDefinition type exposes the following members.

Constructors
  NameDescription
Public methodJsonLdTermDefinition
Create a new term definition.
Top
Properties
  NameDescription
Public propertyBaseUrl
Get or set the base URL for the term.
Public propertyContainerMapping
Get or set the container mapping for this term definition.
Public propertyDirectionMapping
Get or set the text direction mapping for this term definition.
Public propertyHasLanguageMapping
Boolean flag indicating if this term definition specifies a language mapping.
Public propertyIndexMapping
Get or set the index mapping for this term definition.
Public propertyIriMapping
Get or set the IRI mapping for the term.
Public propertyLanguageMapping
Get or set the language mapping for this term definition.
Public propertyLocalContext
Get or set the context specified for this term definition.
Public propertyNest
Get or set the nest property for this term definition.
Public propertyPrefix
Get or set the prefix flag for the term.
Public propertyProtected
Get or set the protected flag for the term.
Public propertyReverse
Indicates if this term represents a reverse property.
Public propertyTypeMapping
Get or set the type mapping for this term definition.
Top
Methods
  NameDescription
Public methodClone
Create a clone of this term definition.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEquivalentTo
Determines whether this term definition is the same as another term definition in all respects other than its Protected attribute value.
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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also