Show / Hide Table of Contents

Class TechObjectTypeAttributesGroupDto

Описывает группу атрибутов типа объекта.

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

Properties

Items

Возвращает или назначает список строк формата: {x}:{y}, где x - источник атрибута (0 - атрибут типа, 1 - атрибут связи), y - идентификатор типа атрибута.

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

Name

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

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