- TInstance
- The class implementing the IManagerItemInstance interface.
ManagerItem - класс Члены Смотри также Terrasoft.Core - пространство имен : ManagerItem - класс C#
Glossary Item Box
public class ManagerItem<TInstance> : IManagerItem, IManagerItem<TInstance> where TInstance: class, IManagerItemInstance
- TInstance
- The class implementing the IManagerItemInstance interface.
Тип ManagerItem<TInstance> предоставляет следующие члены.
Имя | Описание | |
---|---|---|
ManagerItem<TInstance> |
Имя | Описание | |
---|---|---|
Caption | Caption. | |
Id | ||
Instance | The instance of the type of the manager item. If the reference to an instance of the manager item is null , an exception is thrown. | |
Manager | Manager. | |
Name | Name. | |
RealUId | Unique identifier of the manager item that contains the schema UId assigned when creating the schema. | |
SafeInstance | The safe instance of the type of the manager item. If the reference to an instance of the manager item is null , null is returned. | |
UId | Identifier 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. |
Имя | Описание | |
---|---|---|
HandleNameChanging | Updates the content of the manager item when renaming it. |
System.Object
Terrasoft.Core.ManagerItem<TInstance>
Terrasoft.Core.SchemaManagerItem<TSchemaManagerSchema>