Share via


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

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.

See Also

SubjectBase Class

SubjectBase Overload

Microsoft.Imm.Sdk.Rdf Namespace