Show / Hide Table of Contents

Interface ITechAttributeRestrictions

Представляет ограничения атрибута.

Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public interface ITechAttributeRestrictions

Properties

AllowableValues

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

Declaration
string AllowableValues { get; }
Property Value
Type Description
string

DefaultValue

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

Declaration
string DefaultValue { get; }
Property Value
Type Description
string

IsStrong

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

Declaration
bool IsStrong { get; }
Property Value
Type Description
bool

MeasurementUnits

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

Declaration
List<string> MeasurementUnits { get; }
Property Value
Type Description
List<string>
Remarks

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

Methods

ToDto()

Возвращает описание ограничения.

Declaration
TechAttributeRestrictionsDto ToDto()
Returns
Type Description
TechAttributeRestrictionsDto

Сформированное описание ограничения.

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