Interface ITechAttributeType
Представляет тип атрибута.
Inherited Members
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public interface ITechAttributeType : ITechModelElement
Properties
Description
Возвращает описание типа.
Declaration
string Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Возвращает отображаемое наименование типа.
Declaration
string DisplayName { get; }
Property Value
| Type | Description |
|---|---|
| string |
ExternalId
Возвращает внешний идентификатор типа.
Declaration
int ExternalId { get; }
Property Value
| Type | Description |
|---|---|
| int |
Id
Возвращает идентификатор типа.
Declaration
int Id { get; }
Property Value
| Type | Description |
|---|---|
| int |
IsSystem
Возвращает или назначает признак, определяющий является ли тип системным.
Declaration
bool IsSystem { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Возвращает наименование типа.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Restrictions
Возвращает ограничения атрибута.
Declaration
ITechAttributeRestrictions Restrictions { get; }
Property Value
| Type | Description |
|---|---|
| ITechAttributeRestrictions |
ValueType
Возвращает тип значения атрибута.
Declaration
ComplexValueType ValueType { get; }
Property Value
| Type | Description |
|---|---|
| ComplexValueType |
Methods
ToDto()
Возвращает описание типа.
Declaration
TechAttributeTypeDto ToDto()
Returns
| Type | Description |
|---|---|
| TechAttributeTypeDto | Сформированное описание. |