Show / Hide Table of Contents

Class TechDataDynamicModeParameterDto

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

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

Properties

AllowAnyValue

Признак использования любого значения для параметра.

Declaration
[JsonPropertyName("allowAnyValue")]
public bool AllowAnyValue { get; }
Property Value
Type Description
bool

Id

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

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

Type

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

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

Value

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

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