pmMDA.NET

LightweightObjectImpl.Id Property

[This is preliminary documentation and subject to change.]

Gets the identifier of this data lightweight

public object Id {get;}

Implements

IHasId.Id

Remarks

Unique identifier of the data lightweight instance distinguishing it from all other instances of the same lightweight object type.
The id is the same as the id of the data object for which this lightweight object represents.
If this lightweight object is new the id is null. Otherwise the id is a boxed int.

See Also

LightweightObjectImpl Class | PmMda.Net.Dog Namespace