- TItem
- The class implementing the IManagerItem interface.
- TInstance
- Any type.
Manager - класс Члены Смотри также Terrasoft.Core - пространство имен : Manager - класс C#
Glossary Item Box
public abstract class Manager<TItem,TInstance> : IManager, IManager<TItem,TInstance> where TItem: class, IManagerItem<TInstance>, IManagerItem where TInstance: class
- TItem
- The class implementing the IManagerItem interface.
- TInstance
- Any type.
Тип Manager<TItem,TInstance> предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | Add | Adds a new manager item to the end of the collection. |
![]() | Clear | Removes all items from the collection of the manager. |
![]() | FindInstanceByName | Searches for the instance of the manager item with the specified name. |
![]() | FindInstanceByUId | Gets the instance of the manager item for the specified unique identifier. |
![]() | FindItemByName | Searches for the manager item with the specified name. |
![]() | FindItemByUId | Searches for the manager item of the current type with the specified unique identifier. |
![]() | GetInstanceByName | Gets the instance of the manager item with the specified name. |
![]() | GetInstanceByUId | Gets the instance of the manager item with the specified unique identifier. |
![]() | GetItemByName | Gets the manager item with the specified name. |
![]() | GetItemByUId | Gets the manager item with the specified identifier. |
![]() | GetItems | Перегружен. |
![]() | Initialize | Initializes the schema manager, using the specified manager provider and the information from the configuration file. |
![]() | Remove | Removes the specified item from the collection of the manager items. |
System.Object
Terrasoft.Core.Manager<TItem,TInstance>
Terrasoft.Core.SchemaManager<TSchemaManagerSchema>