Show / Hide Table of Contents

Class TechMarkerTypeDto

Описывает тип маркера в модели технологии.

Inheritance
object
TechMarkerTypeDto
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.DataModels
Assembly: Ascon.Vertical.Core.dll
Syntax
public class TechMarkerTypeDto

Properties

Description

Возвращает или назначает описание маркера.

Declaration
[JsonPropertyName("description")]
public string Description { get; set; }
Property Value
Type Description
string

DisplayName

Возвращает или назначает отображаемое наименование маркера.

Declaration
[JsonPropertyName("displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

Id

Возвращает или назначает идентификатор маркера.

Declaration
[JsonPropertyName("id")]
public int Id { get; set; }
Property Value
Type Description
int

IsSystem

Возвращает или назначает признак, определяющий, является ли маркер системным.

Declaration
[JsonPropertyName("isSystem")]
public bool IsSystem { get; set; }
Property Value
Type Description
bool

Name

Возвращает или назначает наименование маркера.

Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Type Description
string

ValueType

Возвращает или назначает тип значения маркера.

Declaration
[JsonPropertyName("valueType")]
public TechMarkerValueType ValueType { get; set; }
Property Value
Type Description
TechMarkerValueType
Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»