- TItem
- Any type.
IManagerItemCollection - интерфейс Члены Смотри также Terrasoft.Core - пространство имен : IManagerItemCollection - интерфейс C#
Glossary Item Box
public interface IManagerItemCollection<TItem>
- TItem
- Any type.
Тип IManagerItemCollection<TItem> предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | ItemCount | Number of items in the collection. |
Имя | Описание | |
---|---|---|
![]() | Clear | Removes all items of the manager. |
![]() | FindByName | Searches for the manager item by the specified name. |
![]() | FindByUId | Searches for the manager item by the specified unique identifier. |
![]() | GetByName | Gets the manager item with the specified name. |
![]() | GetByUId | Gets the manager item with the specified unique identifier. |
![]() | GetItems | Перегружен. |
![]() | RemoveItemByName | Removes the manager item with the specified name. |
![]() | RemoveItemByUId | Removes the manager item with the specified unique identifier. |