Interface: IDataObjectCollection

Defines a collection of objects of the application data model.

Methods

Name Description
GetById(Int32) Returns an object by its ID.
GetByName(String) Returns an object by its name.
GetEnumerator() Returns an enumerator for the collection.
NamesByType(String) Returns the list of object names filtered by type.

Properties

Name Description
Ids Gets the list of objects IDs.
List Gets the list of objects.
Names Gets the list of objects names.