pmMDA.NET

IDataObjectHandler.Retrieve Method (Type, Object)

[This is preliminary documentation and subject to change.]

Retrieves the data object tree where the object has the specified identifier and type.

IDataObject Retrieve(
   Type type,
   object id
);

Parameters

type
The type of the requested data object.
id
The identifier if the requested data object.

Return Value

The requested data object or null if the data object could not be found.

See Also

IDataObjectHandler Interface | PmMda.Net.Dog Namespace | IDataObjectHandler.Retrieve Overload List