pmMDA.NET

IDataObject Interface

[This is preliminary documentation and subject to change.]

Interface for all data objects.

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

public interface IDataObject : IHasId, ICloneable

Types that implement IDataObject

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

Remarks

All data objects must implement this interface.
A data object is created if a class in the MDA model has set the stereotype to "DataObject".
If you implement a data object by yourself you can use the DataObjectImpl as base class.

Requirements

Namespace: PmMda.Net.Dog

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

See Also

IDataObject Members | PmMda.Net.Dog Namespace