Interface ITechLinkType
Представляет тип связи.
Inherited Members
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public interface ITechLinkType : ITechModelElement
Properties
ExternalId
Возвращает внешний идентификатор типа.
Declaration
int ExternalId { get; }
Property Value
| Type | Description |
|---|---|
| int |
Icon
Возвращает иконку типа.
Declaration
byte[]? Icon { get; }
Property Value
| Type | Description |
|---|---|
| byte[] |
Id
Возвращает идентификатор типа.
Declaration
int Id { get; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Возвращает наименование типа.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Orientation
Возвращает направление связи.
Declaration
TechLinkOrientation Orientation { get; }
Property Value
| Type | Description |
|---|---|
| TechLinkOrientation |
ReverseName
Возвращает наименование обратной связи.
Declaration
string ReverseName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ToDto()
Возвращает описание типа.
Declaration
TechLinkTypeDto ToDto()
Returns
| Type | Description |
|---|---|
| TechLinkTypeDto | Сформированное описание. |