|
Add() () () () |
Creates and adds a Hierarchy to the end of the collection. |
|
Add(String) |
Creates and adds a Hierarchy, with the specified identifier, to the end of the collection. |
|
Add(Hierarchy) |
Adds a Hierarchy to the end of the collection. |
|
Add(ModelComponent) |
基礎結構。 (繼承自 NamedComponentCollection。) |
|
Add(String, Boolean) |
Creates and adds a Hierarchy, with the specified name, to the end of the collection. |
|
Add(String, String) |
Creates and adds a Hierarchy, with the specified name and identifier, to the end of the collection. |
|
Add(String, IModelComponent) |
(繼承自 ModelComponentCollection。) |
|
Add(ModelComponent, Boolean) |
基礎結構。 (繼承自 ModelComponentCollection。) |
|
Add(String, IModelComponent, Boolean) |
(繼承自 ModelComponentCollection。) |
|
AddNew(String, Type) |
基礎結構。 (繼承自 ModelComponentCollection。) |
|
AddNew(String, String, Type) |
基礎結構。 (繼承自 ModelComponentCollection。) |
|
CanAdd |
基礎結構。 (繼承自 NamedComponentCollection。) |
|
ChangeKey |
基礎結構。 (繼承自 ModelComponentCollection。) |
|
Clear |
Removes all elements from the ModelComponentCollection. (繼承自 ModelComponentCollection。) |
|
Contains(String) |
Indicates whether the collection contains a Hierarchy with the specified identifier. |
|
Contains(Hierarchy) |
Indicates whether the collection contains a specified Hierarchy. |
|
Contains(IModelComponent) |
(繼承自 ModelComponentCollection。) |
|
ContainsName |
(繼承自 NamedComponentCollection。) |
|
CopyTo |
Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. (繼承自 ModelComponentCollection。) |
|
EnsureLoaded |
基礎結構。 (繼承自 ModelComponentCollection。) |
|
Equals |
(繼承自 Object。) |
|
Finalize |
(繼承自 Object。) |
|
Find |
Gets the Hierarchy, with the specified identifier, from the collection. |
|
FindByName |
Gets the Hierarchy, with the specified name, from the collection. |
|
GetByName |
Gets the Hierarchy, with the specified name, from the collection. |
|
GetEnumerator |
Returns an enumerator that can iterate through the ModelComponentCollection. (繼承自 ModelComponentCollection。) |
|
GetHashCode |
(繼承自 Object。) |
|
GetItem |
Gets a reference to the specified component. (繼承自 ModelComponentCollection。) |
|
GetNewID() () () () |
(繼承自 NamedComponentCollection。) |
|
GetNewID(String) |
(繼承自 NamedComponentCollection。) |
|
GetNewName() () () () |
(繼承自 NamedComponentCollection。) |
|
GetNewName(String) |
(繼承自 NamedComponentCollection。) |
|
GetType |
(繼承自 Object。) |
|
IndexOf(String) |
Gets the index of a Hierarchy with the specified identifier. |
|
IndexOf(Hierarchy) |
Gets the index of a specified Hierarchy. |
|
IndexOf(IModelComponent) |
(繼承自 ModelComponentCollection。) |
|
IndexOfName |
(繼承自 NamedComponentCollection。) |
|
Insert(Int32) |
Creates and inserts a Hierarchy into the collection at the specified index. |
|
Insert(Int32, Hierarchy) |
Inserts a Hierarchy into the collection at the specified index. |
|
Insert(Int32, String) |
Creates and inserts a Hierarchy, with the specified identifier, into the collection at the specified index. |
|
Insert(Int32, ModelComponent) |
(繼承自 NamedComponentCollection。) |
|
Insert(Int32, String, String) |
Creates and inserts a Hierarchy, with the specified name and identifier, into the collection at the specified index. |
|
Insert(IModelComponent, String, Int32) |
(繼承自 ModelComponentCollection。) |
|
Insert(IModelComponent, String, Int32, Boolean) |
(繼承自 ModelComponentCollection。) |
|
IsValidID(String) |
(繼承自 NamedComponentCollection。) |
|
IsValidID(String, String%) |
(覆寫 NamedComponentCollection. . :: . .IsValidID(String, String%)。) |
|
IsValidID(String, Type, String%) |
(繼承自 NamedComponentCollection。) |
|
IsValidName(String) |
(繼承自 NamedComponentCollection。) |
|
IsValidName(String, String%) |
(覆寫 NamedComponentCollection. . :: . .IsValidName(String, String%)。) |
|
IsValidName(String, Type, String%) |
(繼承自 NamedComponentCollection。) |
|
MemberwiseClone |
(繼承自 Object。) |
|
Move(Int32, Int32) |
Moves a Hierarchy at the current specified index to a new specified index in the collection. |
|
Move(String, Int32) |
Moves a Hierarchy, with the specified identifier, to the specified index in the collection. |
|
Move(Hierarchy, Int32) |
Moves a Hierarchy to a new index in the collection. |
|
Remove(String) |
Removes the Hierarchy, with the specified identifier, from the collection. |
|
Remove(Hierarchy) |
Removes the specified Hierarchy from the collection. |
|
Remove |
(繼承自 ModelComponentCollection。) |
|
Remove(String, Boolean) |
基礎結構。 |
|
Remove(Hierarchy, Boolean) |
基礎結構。 |
|
RemoveAt(Int32) |
Removes the IModelComponent at the specified index from the ModelComponentCollection. (繼承自 ModelComponentCollection。) |
|
RemoveAt(Int32, Boolean) |
基礎結構。 (繼承自 ModelComponentCollection。) |
|
ToString |
(繼承自 Object。) |