pmMDA.NET

LightweightObjectImpl Constructor (Object)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the LightweightObjectImpl class.

protected internal LightweightObjectImpl(
   object id
);

Parameters

id
The id of this lightweight representation

Remarks

Calling this constructor is only allowed to transfer a data object to its lightweight object representation. After calling this constructor, all members of this lightweight objects needs to be initializes to the values of the IDataObject for which this representation is created.

See Also

LightweightObjectImpl Class | PmMda.Net.Dog Namespace | LightweightObjectImpl Constructor Overload List