- TItem
- Type implementing the IManagerItem interface.
ManagerItemCollection - класс Члены Смотри также Terrasoft.Core - пространство имен : ManagerItemCollection - класс C#
Glossary Item Box
public class ManagerItemCollection<TItem> : System.Collections.ObjectModel.Collection<TItem>, Terrasoft.Core.IManagerItemCollection<IManagerItem> where TItem: class, IManagerItem
- TItem
- Type implementing the IManagerItem interface.
Тип ManagerItemCollection<TItem> предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | ManagerItemCollection<TItem> |
Имя | Описание | |
---|---|---|
![]() | ItemCount | Number of items in the collection. |
Имя | Описание | |
---|---|---|
![]() | Check | Checks for the specified manager item in the current collection. |
![]() | FindByName | Searches for the collection item of the current type with the specified name. |
![]() | FindByUId | Searches for the collection item of the current type by the specified unique identifier. |
![]() | GetByName | Gets the collection item of the current type with the specified name. |
![]() | GetByUId | Gets the collection item of the current type with the specified unique identifier. |
![]() | GetItems | Перегружен. |
![]() | RemoveAllItemsByUId | Removes all items with the specified unique identifier from the current collection of manager items. |
![]() | RemoveItemByName | Removes the first occurrence of an item with the specified name from the current collection of manager items. |
![]() | RemoveItemByUId | Removes the first occurrence of an item with the specified unique identifier from the current collection of manager items. |
System.Object
System.Collections.ObjectModel.Collection<T>
Terrasoft.Core.ManagerItemCollection<TItem>
Terrasoft.Core.SchemaManagerItemCollection<TSchemaManagerSchema>