SubjectBase Constructor (TripleCollection)
Instantiate a new RDF object from the provided TripleCollection. Loading the first object of the current type that is found.
Namespace: Microsoft.Imm.Sdk.Rdf
Assembly: Microsoft.Imm.Sdk (in Microsoft.Imm.Sdk)
Version: 1.0.0.0 (1.0.0.0)
Syntax
protected SubjectBase(
TripleCollection trips
)
Parameters
- trips
Type: Microsoft.Imm.Sdk.Rdf. . :: .TripleCollection
TripleCollection that will be loaded into the initialized RDF object.
Remarks
This is not the best way to load an RDF object. It is best if the ID is known as ensuring the order that the objects occur in the processed RDF may not be reliable.