Show / Hide Table of Contents

Class TechAttributeRestrictionsDto

Описывает ограничения атрибута.

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

Properties

AllowableValues

Возвращает или назначает список возможных значений атрибута.

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

DefaultValue

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

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

IsStrong

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

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

MeasurementUnits

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

Declaration
[JsonPropertyName("measurementUnits")]
public List<string> MeasurementUnits { get; set; }
Property Value
Type Description
List<string>
Remarks

Первый элемент коллекции указывает на единицу измерения по умолчанию.

Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»