Show / Hide Table of Contents

Interface ITechObjectTypeState

Представляет состояние типа объекта.

Inherited Members
ITechModelElement.Model
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public interface ITechObjectTypeState : ITechModelElement

Properties

Id

Возвращает идентификатор состояния типа.

Declaration
int Id { get; }
Property Value
Type Description
int

ObjectType

Возвращает тип объекта.

Declaration
ITechObjectType ObjectType { get; }
Property Value
Type Description
ITechObjectType

Permissions

Возвращает набор разрешений определяющих права доступа к объектам указанного типа в определенном состоянии.

Declaration
ITechPermissionsSet Permissions { get; }
Property Value
Type Description
ITechPermissionsSet

StateType

Возвращает тип состояния.

Declaration
ITechStateType StateType { get; }
Property Value
Type Description
ITechStateType

Methods

ToDto()

Возвращает описание состояния типа объекта.

Declaration
TechObjectTypeStateDto ToDto()
Returns
Type Description
TechObjectTypeStateDto

Сформированное описание.

Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»