Class MasterCollection

MasterCollection class

Master collection.

public class MasterCollection : Collection<Master>

Properties

NameDescription
Capacity { get; set; }
Count { get; }
Item { get; set; }
MasterShortcuts { get; }MasterShortcut collection.

Methods

NameDescription
Add(Master)Add the Master object in the collection.
BinarySearch(Master)
BinarySearch(Master, IComparer<Master>)
BinarySearch(int, int, Master, IComparer<Master>)
Clear()
Contains(Master)
CopyTo(Master[])
CopyTo(Master[], int)
CopyTo(int, Master[], int, int)
Exists(Predicate<Master>)
Find(Predicate<Master>)
FindAll(Predicate<Master>)
FindIndex(Predicate<Master>)
FindIndex(int, Predicate<Master>)
FindIndex(int, int, Predicate<Master>)
FindLast(Predicate<Master>)
FindLastIndex(Predicate<Master>)
FindLastIndex(int, Predicate<Master>)
FindLastIndex(int, int, Predicate<Master>)
GetEnumerator()
GetMaster(int)Gets the element at the specified ID.
GetMasterByName(string)Get master by name.
GetMaxRelID()get the max rel id in the collection.
IndexOf(Master)
IndexOf(Master, int)
IndexOf(Master, int, int)
IsExist(string)Is exist master in the collection.
IsExistRelId(string)Is exist master rel id in the collection.
LastIndexOf(Master)
LastIndexOf(Master, int)
LastIndexOf(Master, int, int)
Remove(Master)Remove the Master object from the collection.
RemoveAt(int)

See Also