Constructor LinkableObject
LinkableObject()
Initializes a new instance of the LinkableObject class.
public LinkableObject()
Remarks
Constructs an empty LinkableObject object with its ID set to Empty.
LinkableObject(Guid)
Initializes a new instance of the LinkableObject class using the specified Guid.
public LinkableObject(Guid g)
Parameters
g
GuidGUID to use as ID.