Элементы ModelComponentCollection
Contains a collection of ModelComponent objects.
Тип ModelComponentCollection предоставляет доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
![]() |
Add(ModelComponent) | Инфраструктура. |
![]() |
Add(String, IModelComponent) | |
![]() |
Add(ModelComponent, Boolean) | Инфраструктура. |
![]() |
Add(String, IModelComponent, Boolean) | |
![]() |
AddNew(String, Type) | Инфраструктура. |
![]() |
AddNew(String, String, Type) | Инфраструктура. |
![]() |
CanAdd | Инфраструктура. |
![]() |
ChangeKey | Инфраструктура. |
![]() |
Clear | Removes all elements from the ModelComponentCollection. |
![]() |
Contains(String) | Determines whether an item with the specified key is in the ModelComponentCollection. |
![]() |
Contains(IModelComponent) | |
![]() |
CopyTo | Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. |
![]() |
EnsureLoaded | Инфраструктура. |
![]() |
Equals | (Наследуется из Object.) |
![]() |
Finalize | (Наследуется из Object.) |
![]() |
GetEnumerator | Returns an enumerator that can iterate through the ModelComponentCollection. |
![]() |
GetHashCode | (Наследуется из Object.) |
![]() |
GetItem | Gets a reference to the specified component. |
![]() |
GetType | (Наследуется из Object.) |
![]() |
IndexOf(String) | Returns the zero-based index of the first occurrence of an IModelComponent that has the specified key in the ModelComponentCollection. |
![]() |
IndexOf(IModelComponent) | |
![]() |
Insert(Int32, ModelComponent) | Инфраструктура. |
![]() |
Insert(IModelComponent, String, Int32) | |
![]() |
Insert(IModelComponent, String, Int32, Boolean) | |
![]() |
MemberwiseClone | (Наследуется из Object.) |
![]() |
Remove | |
![]() |
RemoveAt(Int32) | Removes the IModelComponent at the specified index from the ModelComponentCollection. |
![]() |
RemoveAt(Int32, Boolean) | Инфраструктура. |
![]() |
ToString | (Наследуется из Object.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. |
![]() |
DemandLoadingService | Инфраструктура. |
![]() |
IsFixedSize | Gets a value indicating whether the ModelComponentCollection has a fixed size. |
![]() |
IsReadOnly | Gets a value indicating whether the ModelComponentCollection is read-only. |
![]() |
IsSynchronized | Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). |
![]() |
Item | Gets the IModelComponent at the specified index. |
![]() |
ItemsType | Gets the Type of objects that can be contained by the ModelComponentCollection. |
![]() |
Parent | Gets the IModelComponent that contains the ModelComponentCollection. |
![]() |
Preloadable | Инфраструктура. |
![]() |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. |
В начало
Явные реализации интерфейса
В начало