Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.
TItem
The class implementing the IManagerItem interface.
TInstance
Any type.

Manager - класс Члены  Смотри также  Terrasoft.Core - пространство имен : Manager - класс C#

Glossary Item Box

Manager.

Синтаксис

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> предоставляет следующие члены.

Cвойства

 ИмяОписание
Public - свойствоItemCountNumber of items.  
Public - свойствоNameName.  
Public - свойствоProviderThe provider.  

Методы

 ИмяОписание
Public - методAddAdds a new manager item to the end of the collection.  
Public - методClearRemoves all items from the collection of the manager.  
Public - методFindInstanceByNameSearches for the instance of the manager item with the specified name.  
Public - методFindInstanceByUIdGets the instance of the manager item for the specified unique identifier.  
Public - методFindItemByNameSearches for the manager item with the specified name.  
Public - методFindItemByUIdSearches for the manager item of the current type with the specified unique identifier.  
Public - методGetInstanceByNameGets the instance of the manager item with the specified name.  
Public - методGetInstanceByUIdGets the instance of the manager item with the specified unique identifier.  
Public - методGetItemByNameGets the manager item with the specified name.  
Public - методGetItemByUIdGets the manager item with the specified identifier.  
Public - методGetItemsПерегружен.   
Public - методInitializeInitializes the schema manager, using the specified manager provider and the information from the configuration file.  
Public - методRemoveRemoves the specified item from the collection of the manager items.  

Иерархия наследования

System.Object
   Terrasoft.Core.Manager<TItem,TInstance>
      Terrasoft.Core.SchemaManager<TSchemaManagerSchema>

Смотри также

© Terrasoft 2002-2017.