Class TechLinkTypeDto
Описывает тип связи.
Inherited Members
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public class TechLinkTypeDto
Properties
ExternalId
Возвращает или назначает внешний идентификатор связи.
Declaration
[JsonPropertyName("externalId")]
public int ExternalId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Icon
Возвращает или назначает иконку связи.
Declaration
[JsonPropertyName("icon")]
public byte[]? Icon { get; set; }
Property Value
| Type | Description |
|---|---|
| byte[] |
Id
Возвращает или назначает идентификатор связи.
Declaration
[JsonPropertyName("id")]
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Возвращает или назначает наименование связи.
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Orientation
Возвращает или назначает направление связи.
Declaration
[JsonPropertyName("orientation")]
public TechLinkOrientation Orientation { get; set; }
Property Value
| Type | Description |
|---|---|
| TechLinkOrientation |
ReverseName
Возвращает или назначает наименование обратной связи.
Declaration
[JsonPropertyName("reverseName")]
public string ReverseName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |