Show / Hide Table of Contents

Class BasicTripleContext

Class which implements a very basic Triple Context.

Inheritance
object
BasicTripleContext
VariableContext
Implements
ITripleContext
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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

| Edit this page View Source

BasicTripleContext()

Creates a new Basic Triple Context without a Source.

Declaration
public BasicTripleContext()

Properties

| Edit this page View Source

this[string]

Gets/Sets the value of a Property.

Declaration
public object this[string name] { get; set; }
Parameters
Type Name Description
string name

Name of the Property.

Property Value
Type Description
object

Methods

| Edit this page 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
string name

Name of the Property.

Returns
Type Description
bool

Implements

ITripleContext

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • BasicTripleContext()
  • Properties
    • this[string]
  • Methods
    • HasProperty(string)
  • Implements
  • Extension Methods
Back to top Generated by DocFX