Show / Hide Table of Contents

Class TechAttributeTypeDto

Описывает тип атрибута.

Inheritance
object
TechAttributeTypeDto
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 TechAttributeTypeDto

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

ExternalId

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

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

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

Restrictions

Возвращает или назначает ограничения атрибута.

Declaration
[JsonPropertyName("restrictions")]
public TechAttributeRestrictionsDto Restrictions { get; set; }
Property Value
Type Description
TechAttributeRestrictionsDto

ValueType

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

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