Add()
|
使用生成的唯一名称和标识符创建一个新的 Partition 对象,将其添加到集合末尾,并返回新创建的 Partition。
|
Add(ModelComponent)
|
将 ModelComponent 对象添加到集合。
(继承自 MajorObjectCollection)
|
Add(ModelComponent, Boolean)
|
向 ModelComponentCollection 添加 ModelComponent 对象。
(继承自 ModelComponentCollection)
|
Add(Partition)
|
将指定的 Partition 添加到集合末尾。
|
Add(String)
|
使用指定的名称创建一个新的 Partition 对象,将其添加到集合末尾,并返回新创建的 Partition。
|
Add(String, IModelComponent)
|
向 ModelComponentCollection 添加 IModelComponent 对象。
(继承自 ModelComponentCollection)
|
Add(String, IModelComponent, Boolean)
|
向 ModelComponentCollection 添加 IModelComponent 对象。
(继承自 ModelComponentCollection)
|
Add(String, String)
|
使用指定的名称和标识符创建一个新的 Partition 对象,将其添加到集合末尾,并返回新创建的 Partition。
|
AddNew(String, String, Type)
|
向集合添加新的 IModelComponent。
(继承自 ModelComponentCollection)
|
AddNew(String, Type)
|
向集合添加新的 IModelComponent。
(继承自 ModelComponentCollection)
|
CanAdd(ModelComponent, String)
|
指示是否可以将指定的 ModelComponent 添加到集合。
(继承自 NamedComponentCollection)
|
ChangeKey(String, String)
|
将指定的键更改到集合中。
(继承自 ModelComponentCollection)
|
Clear()
|
从 ModelComponentCollection 删除所有元素。
(继承自 ModelComponentCollection)
|
Contains(IModelComponent)
|
确定指定项是否在集合中。
(继承自 ModelComponentCollection)
|
Contains(Partition)
|
指示集合中是否包含指定的 Partition。
|
Contains(String)
|
指示集合中是否包含具有指定标识符的 Partition。
|
ContainsName(String)
|
指示集合中是否包含具有指定名称的组件。
(继承自 NamedComponentCollection)
|
CopyTo(Array, Int32)
|
将整个 ModelComponentCollection 复制到从目标数组的指定索引处开始的一维数组。
(继承自 ModelComponentCollection)
|
EnsureLoaded()
|
确保集合已加载。
(继承自 ModelComponentCollection)
|
Find(String)
|
从集合中获取具有指定标识符的 Partition。
|
FindByName(String)
|
从集合中获取具有指定名称的 Partition。
|
GetByName(String)
|
从集合中获取具有指定名称的 Partition。
|
GetEnumerator()
|
返回可遍历 ModelComponentCollection 的枚举器。
(继承自 ModelComponentCollection)
|
GetItem(String, Boolean, String)
|
获取对指定组件的引用。
(继承自 ModelComponentCollection)
|
GetNewID()
|
为集合中的组件获取新的唯一 ID。
(继承自 NamedComponentCollection)
|
GetNewID(String)
|
为集合中具有指定名称前缀的组件获取新的唯一 ID 值。
(继承自 NamedComponentCollection)
|
GetNewName()
|
为集合中的组件获取新的唯一名称。
(继承自 NamedComponentCollection)
|
GetNewName(String)
|
为集合中具有指定名称前缀的组件获取唯一的新名称。
(继承自 NamedComponentCollection)
|
IndexOf(IModelComponent)
|
搜索指定项并返回集合中其从零开始的索引。
(继承自 ModelComponentCollection)
|
IndexOf(Partition)
|
在集合中搜索指定的 Partition,并返回其从零开始的索引。
|
IndexOf(String)
|
在集合中搜索具有指定标识符的 Partition,并返回其从零开始的索引。
|
IndexOfName(String)
|
在集合中获取由名称标识的 NamedComponent 的索引。
(继承自 NamedComponentCollection)
|
Insert(IModelComponent, String, Int32)
|
在 ModelComponentCollection 中插入 IModelComponent。
(继承自 ModelComponentCollection)
|
Insert(IModelComponent, String, Int32, Boolean)
|
在 ModelComponentCollection 中插入 IModelComponent。
(继承自 ModelComponentCollection)
|
Insert(Int32)
|
使用生成的唯一名称和标识符创建一个新的 Partition 对象,将其插入集合中的指定索引处,并返回新创建的 Partition。
|
Insert(Int32, ModelComponent)
|
将 ModelComponent 对象插入到集合中的指定索引处。
(继承自 MajorObjectCollection)
|
Insert(Int32, Partition)
|
将指定的 Partition 插入到集合中的指定索引处。
|
Insert(Int32, String)
|
使用指定的名称创建一个新的 Partition 对象,将其插入集合中的指定索引处,并返回新创建的 Partition。
|
Insert(Int32, String, String)
|
使用指定的名称和标识符创建一个新的 Partition 对象,将其插入集合中的指定索引处,并返回新创建的 Partition。
|
IsValidID(String)
|
确定提供的标识符是否对集合中组件有效。
(继承自 NamedComponentCollection)
|
IsValidID(String, String)
|
确定提供的标识符是否对集合中组件有效。
(继承自 NamedComponentCollection)
|
IsValidID(String, Type, String)
|
确定提供的标识符是否对集合中组件有效。
(继承自 NamedComponentCollection)
|
IsValidName(String)
|
确定是提供的名称是否对集合中的组件是有效的。
(继承自 NamedComponentCollection)
|
IsValidName(String, String)
|
确定是提供的名称是否对集合中的组件是有效的。
(继承自 NamedComponentCollection)
|
IsValidName(String, Type, String)
|
确定是提供的名称是否对集合中的组件是有效的。
(继承自 NamedComponentCollection)
|
Move(Int32, Int32)
|
将集合中的 Partition 从当前位置移动到新位置。
|
Move(Partition, Int32)
|
将指定的 Partition 移动到集合中的新位置。
|
Move(String, Int32)
|
将具有指定标识符的 Partition 移动到集合中的新位置。
|
Remove(IModelComponent)
|
从集合删除指定的 IModelComponent。
(继承自 ModelComponentCollection)
|
Remove(Partition)
|
从集合中移除指定的 Partition。
|
Remove(Partition, Boolean)
|
从集合中移除指定的 Partition。
|
Remove(String)
|
从集合中删除具有指定标识符的 Partition。
|
Remove(String, Boolean)
|
从集合中删除具有指定标识符的 Partition。
|
RemoveAt(Int32)
|
从 ModelComponentCollection 中的指定索引处删除 IModelComponent。
(继承自 ModelComponentCollection)
|
RemoveAt(Int32, Boolean)
|
从 ModelComponentCollection 中指定索引处删除 IModelComponent。
(继承自 ModelComponentCollection)
|