Show / Hide Table of Contents

Class TechLinkTypeDto

Описывает тип связи.

Inheritance
object
TechLinkTypeDto
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»