Interface ITechObjectTypeDecoration
Представляет внешний вид типа объекта.
Inherited Members
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public interface ITechObjectTypeDecoration : ITechModelElementDecoration
Properties
AttributesGroups
Возвращает список групп атрибутов типа.
Declaration
ITechEnumeration<ITechObjectTypeAttributesGroup> AttributesGroups { get; }
Property Value
| Type | Description |
|---|---|
| ITechEnumeration<ITechObjectTypeAttributesGroup> |
Owner
Возвращает владельца описания.
Declaration
ITechObjectType Owner { get; }
Property Value
| Type | Description |
|---|---|
| ITechObjectType |
Methods
ToDto()
Возвращает описание внешнего вида.
Declaration
TechObjectTypeDecorationDto ToDto()
Returns
| Type | Description |
|---|---|
| TechObjectTypeDecorationDto | Сформированное описание. |