pmMDA.NET

IHasId Interface

[This is preliminary documentation and subject to change.]

The IHasId interface defines the characteristic of any object possessing an identifier.

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

PmMda.Net.Dog.IHasId
   PmMda.Net.Dog.IDataObject
   PmMda.Net.Dog.ILightweightObject

public interface IHasId

Types that implement IHasId

Type Description
DataObjectImpl Base class for self-made data objects.
LightweightObjectImpl Base class for all lightweight objects.
MyDo Summary description for MyDo.

Remarks

This interface is used as base interface for data objects and lightweight objects.

Requirements

Namespace: PmMda.Net.Dog

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

See Also

IHasId Members | PmMda.Net.Dog Namespace