MasterCollection class

MasterCollection class

Master collection.

Inheritance: MasterCollectionCollection

The MasterCollection type exposes the following members:

Properties

PropertyDescription
countGets the number of elements actually contained in the collection.
master_shortcutsMasterShortcut collection.

Gets the element at the specified index.

Indexer

NameDescription
[index]

Methods

MethodDescription
is_exist(name)Is exist master in the collection.
is_exist(index)Is exist item in the collection.
clear()Removes all elements from collection.
add(master)Add the Master object in the collection.
remove(master)Remove the Master object from the collection.
get_master(id)Gets the element at the specified ID.
get_master_by_name(name)Get master by name.
get_max_rel_id()get the max rel id in the collection.
is_exist_rel_id(rel_id)Is exist master rel id in the collection.

See Also