pmMDA.NET

ILightweightObject Interface

[This is preliminary documentation and subject to change.]

Interface for all lightweight objects.

For a list of all members of this type, see ILightweightObject Members.

public interface ILightweightObject : IHasId, ICloneable

Types that implement ILightweightObject

Type Description
LightweightObjectImpl Base class for all lightweight objects.

Remarks

If you use the pmMDA to generate the data objects a lightweight representation for this data object is generated, if at least one of the following statements is true.

If you implement a lightweight object by yourself you can use the LightweightObjectImpl as base class.

Requirements

Namespace: PmMda.Net.Dog

Assembly: pmMDA.NET.Common (in pmMDA.NET.Common.dll)

See Also

ILightweightObject Members | PmMda.Net.Dog Namespace