Class MasterCollection

MasterCollection class

Master collection.

public class MasterCollection : Collection

Properties

NameDescription
Count { get; }Gets the number of elements actually contained in the collection.
Item { get; }Gets the element at the specified index.
MasterShortcuts { get; }MasterShortcut collection.

Methods

NameDescription
Add(Master)Add the Master object in the collection.
Clear()Removes all elements from collection.
GetEnumerator()Supports a simple iteration over a nongeneric collection.
GetMaster(int)Gets the element at the specified ID.
GetMasterByName(string)Get master by name.
GetMaxRelID()get the max rel id in the collection.
IsExist(int)Is exist item in the collection.
IsExist(string)Is exist master in the collection.
IsExistRelId(string)Is exist master rel id in the collection.
Remove(Master)Remove the Master object from the collection.

See Also