MasterCollection

MasterCollection class

大师收藏。

public class MasterCollection : Collection

特性

姓名描述
Count { get; }获取集合中实际包含的元素个数。
Item { get; }获取指定索引处的元素。
MasterShortcuts { get; }MasterShortcut 集合.

方法

姓名描述
Add(Master)在集合中添加 Master 对象。
Clear()从集合中删除所有元素。
GetEnumerator()支持对非泛型集合的简单迭代。
GetMaster(int)获取指定ID处的元素。
GetMasterByName(string)按名称获取 master.
GetMaxRelID()获取集合中的最大 rel id。
IsExist(int)是集合中存在的项目。
IsExist(string)在集合中存在 master.
IsExistRelId(string)是集合中存在的主 rel id。
Remove(Master)从集合中删除主对象。

也可以看看