Share via


SubjectBase Constructor (Uri, IXPathNavigable, GetNewId)

Instantiate a new RDF object from the provided RDF XML doc.

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(
    Uri itemId,
    IXPathNavigable doc,
    GetNewId newIdDelegate
)

Parameters

  • itemId
    Type: System. . :: .Uri
    The rdf:about value of the object that should be loaded
  • newIdDelegate
    Type: Microsoft.Imm.Sdk.Rdf. . :: .GetNewId
    The delegate that will be called to generate a new ID in the case that an RDF object is loaded that doesn't already contain an ID in the RDF XML.

See Also

SubjectBase Class

SubjectBase Overload

Microsoft.Imm.Sdk.Rdf Namespace