Class BasicTripleContext
Class which implements a very basic Triple Context.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF
Assembly: dotNetRDF.dll
Syntax
public class BasicTripleContext : ITripleContext
Remarks
The Name Value collection is represented internally as a Dictionary.
Constructors
| Improve this Doc View SourceBasicTripleContext()
Creates a new Basic Triple Context without a Source.
Declaration
public BasicTripleContext()
Properties
| Improve this Doc View SourceItem[String]
Gets/Sets the value of a Property.
Declaration
public object this[string name] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of the Property. |
Property Value
Type | Description |
---|---|
System.Object |
Methods
| Improve this Doc View SourceHasProperty(String)
Checks whether a given property is defined in this Context object.
Declaration
public bool HasProperty(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of the Property. |
Returns
Type | Description |
---|---|
System.Boolean |