Show / Hide Table of Contents

Interface ITechObjectsTypesLinkAttribute

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

Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public interface ITechObjectsTypesLinkAttribute : ITechMarkerOwner

Properties

AttributeType

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

Declaration
ITechAttributeType AttributeType { get; }
Property Value
Type Description
ITechAttributeType

Binding

Возвращает настройки интеграции со справочником.

Declaration
ITechObjectsTypesLinkAttributeBinding Binding { get; }
Property Value
Type Description
ITechObjectsTypesLinkAttributeBinding

IsSystem

Возвращает признак, определяющий, является ли тип системным.

Declaration
bool IsSystem { get; }
Property Value
Type Description
bool

IsValueRequired

Возвращает признак, определяющий, требуется ли обязательно задавать значение атрибуту.

Declaration
bool IsValueRequired { get; }
Property Value
Type Description
bool

Markers

Возвращает перечень маркеров атрибута.

Declaration
ITechMarkerEnumeration Markers { get; }
Property Value
Type Description
ITechMarkerEnumeration

ObjectsTypesLink

Возвращает связь которой принадлежит атрибут.

Declaration
ITechObjectsTypesLink ObjectsTypesLink { get; }
Property Value
Type Description
ITechObjectsTypesLink

Permissions

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

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

Restrictions

Возвращает ограничения атрибута.

Declaration
ITechAttributeRestrictions Restrictions { get; }
Property Value
Type Description
ITechAttributeRestrictions

VariativeTechnologyOptions

Возвращает настройки для применения в работе с ТТП/ГТП.

Declaration
ITechObjectTypeAttributeVariativeTechnologyOptions VariativeTechnologyOptions { get; }
Property Value
Type Description
ITechObjectTypeAttributeVariativeTechnologyOptions

Methods

ToDto()

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

Declaration
TechObjectsTypesLinkAttributeDto ToDto()
Returns
Type Description
TechObjectsTypesLinkAttributeDto

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

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