Show / Hide Table of Contents

Class BasicTripleContext

Class which implements a very basic Triple Context.
Inheritance
System.Object
BasicTripleContext
VariableContext
Implements
ITripleContext
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 Source

BasicTripleContext()

Creates a new Basic Triple Context without a Source.
Declaration
public BasicTripleContext()

Properties

| Improve this Doc View Source

Item[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 Source

HasProperty(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

Implements

ITripleContext

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • BasicTripleContext()
  • Properties
    • Item[String]
  • Methods
    • HasProperty(String)
  • Implements
  • Extension Methods
Back to top Generated by DocFX