Interface ITechObjectTypeAttributesGroup
Представляет группа атрибутов типа объекта.
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public interface ITechObjectTypeAttributesGroup
Properties
Decoration
Возвращает внешний вид, которому принадлежит группа.
Declaration
ITechObjectTypeDecoration Decoration { get; }
Property Value
| Type | Description |
|---|---|
| ITechObjectTypeDecoration |
Items
Возвращает перечень элементов группы.
Declaration
ITechEnumeration<ITechObjectTypeAttributesGroupItem> Items { get; }
Property Value
| Type | Description |
|---|---|
| ITechEnumeration<ITechObjectTypeAttributesGroupItem> |
Name
Возвращает наименование группы.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ToDto()
Возвращает описание ограничения.
Declaration
TechObjectTypeAttributesGroupDto ToDto()
Returns
| Type | Description |
|---|---|
| TechObjectTypeAttributesGroupDto | Сформированное описание ограничения. |