Show / Hide Table of Contents

Class TechObjectsTreeModelDto

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

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

Properties

Description

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

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

DisplayName

Возвращает или назначает отображаемое наименование модели.

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

Id

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

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

IsSystem

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

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

Items

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

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

Name

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

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