Click or drag to resize

JsonLdContext Methods

The JsonLdContext type exposes the following members.

Methods
  NameDescription
Public methodAddTerm
Add a term definition to this context.
Public methodClone
Create a deep clone of this context.
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 methodGetAliases
Retrieve all mapped aliases for the given keyword.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTerm
Get an existing term definition.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasProtectedTerms
Determine if this context contains any protected term definitions.
Public methodHasTerm
Check if this context contains a Term Definition for a specific term.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveBase
Remove the base IRI from this context.
Public methodRemoveTerm
Remote an existing term definition.
Public methodSelectTerm
Implementation of the Term Selection algorithm using this instance as the active context.
Public methodSetTerm
Add or update an existing term definition.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetTerm
Attempt to get an existing term definition.
Top
See Also