Interface ITechNumeratorParameters
Представляет параметры нумератора.
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public interface ITechNumeratorParameters
Properties
Attribute
Возвращает тип атрибута связи.
Declaration
ITechAttributeType Attribute { get; }
Property Value
| Type | Description |
|---|---|
| ITechAttributeType |
Children
Возвращает дочерние типы.
Declaration
ITechObjectTypeEnumeration Children { get; }
Property Value
| Type | Description |
|---|---|
| ITechObjectTypeEnumeration |
LinkTypes
Возвращает типы связи.
Declaration
ITechLinkTypeEnumeration LinkTypes { get; }
Property Value
| Type | Description |
|---|---|
| ITechLinkTypeEnumeration |
Methods
ToDto()
Возвращает описание параметров нумератора.
Declaration
TechNumeratorParametersDto ToDto()
Returns
| Type | Description |
|---|---|
| TechNumeratorParametersDto | Сформированное описание параметров нумератора. |