Share via


SubjectBase Constructor

Overload List

  Name Description
SubjectBase() () ()
Instantiates an empty instance of SubjectBase
SubjectBase(Uri)
Instantiate a new RDF object with the supplied Id as the subject Uri (Identifier)
SubjectBase(TripleCollection)
Instantiate a new RDF object from the provided TripleCollection. Loading the first object of the current type that is found.
SubjectBase(Uri, TripleCollection)
Instantiate a new RDF object from the provided TripleCollection.
SubjectBase(IXPathNavigable, GetNewId)
Instantiate a new RDF object from the provided RDF XML doc. Loading the first object of the current type that is found.
SubjectBase(Uri, IXPathNavigable, GetNewId)
Instantiate a new RDF object from the provided RDF XML doc.

See Also

SubjectBase Class

SubjectBase Members

Microsoft.Imm.Sdk.Rdf Namespace