Show / Hide Table of Contents

Class TechNumeratorParametersDto

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

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

Properties

AttributeId

Возвращает или назначает идентификатор атрибута связи.

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

ChildrenIds

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

Declaration
[JsonPropertyName("childrenIds")]
public List<int> ChildrenIds { get; set; }
Property Value
Type Description
List<int>

LinkTypesIds

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

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