pmMDA.NET

DataObjectManager Class

[This is preliminary documentation and subject to change.]

The data object manager defines a coherent set of handlers responsible for providing all services to manipulate data objects and their lightweight representations.

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

System.Object
   PmMda.Net.Application.ComponentImpl
      PmMda.Net.Dog.DataObjectManager

public class DataObjectManager : ComponentImpl

Remarks

The manager provides capabilities for local cache of data object graphs and application wide cache for copies of graphs. These capabilities are useful when the cost of requesting the objects from the underlying layers - for example due to network latency or bandwidth - is high.

Requirements

Namespace: PmMda.Net.Dog

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

See Also

DataObjectManager Members | PmMda.Net.Dog Namespace