IDataObjectCollection

Defines a collection of objects of the application data model.

Declaration Syntax

public interface IDataObjectCollection

Table 1903: Members

Property

Ids

Gets the list of objects IDs.

Property

List

Gets the list of objects.

Property

Names

Gets the list of objects names.

Method

GetById(int)

Returns an object by its ID.

Method

GetByName(string)

Returns an object by its name.

Method

GetEnumerator()

Returns an enumerator for the collection.

Method

NamesByType(string)

Returns the list of object names filtered by type.