- TItem
- The type of the manager item.
- TInstance
- The manager item instance of the matching type.
IManager - интерфейс Члены Смотри также Terrasoft.Core - пространство имен : IManager - интерфейс C#
Glossary Item Box
public interface IManager<TItem,TInstance> : IManager where TItem: IManagerItem<TInstance> where TInstance: class
- TItem
- The type of the manager item.
- TInstance
- The manager item instance of the matching type.
Тип IManager<TItem,TInstance> предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | FindInstanceByName | Overriding the IManager.FindInstanceByName method. |
![]() | FindInstanceByUId | Overriding the IManager.FindInstanceByUId method. |
![]() | FindItemByName | Overriding the IManager.FindItemByName method. |
![]() | FindItemByUId | Overriding the IManager.FindItemByUId method. |
![]() | GetInstanceByName | Overriding the IManager.GetInstanceByName method. |
![]() | GetInstanceByUId | Overriding the IManager.GetInstanceByUId method. |
![]() | GetItemByName | Overriding the IManager.GetItemByName method. |
![]() | GetItemByUId | Overriding the IManager.GetItemByUId method. |