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

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

Glossary Item Box

Manager item.

Синтаксис

public class ManagerItem<TInstance> : IManagerItem, IManagerItem<TInstance>  
where TInstance: class, IManagerItemInstance

Типы обобщений

TInstance
The class implementing the IManagerItemInstance interface.

Тип ManagerItem<TInstance> предоставляет следующие члены.

Конструкторы

 ИмяОписание
Public ManagerItem<TInstance>  

Cвойства

 ИмяОписание
Public - свойствоCaptionCaption.  
Public - свойствоId  
Public - свойствоInstanceThe instance of the type of the manager item. If the reference to an instance of the manager item is null, an exception is thrown.  
Public - свойствоManagerManager.  
Public - свойствоNameName.  
Public - свойствоRealUIdUnique identifier of the manager item that contains the schema UId assigned when creating the schema.  
Public - свойствоSafeInstanceThe safe instance of the type of the manager item. If the reference to an instance of the manager item is null, null is returned.  
Public - свойствоUIdIdentifier of the manager item whose value depends on the schema type. If the schema replaces its parent, then the UId field is equal to the RealUId field of the parent schema; otherwise, the UId field is equal to the current value of the RealUId field.  

Методы

 ИмяОписание
Public - методHandleNameChangingUpdates the content of the manager item when renaming it.  

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

System.Object
   Terrasoft.Core.ManagerItem<TInstance>
      Terrasoft.Core.SchemaManagerItem<TSchemaManagerSchema>

Смотри также

© Terrasoft 2002-2017.