Show / Hide Table of Contents

Class ReferenceDataTemplate<T>

Содержит перечень элементов.

Inheritance
object
ReferenceDataTemplate<T>
DimensionReferenceDataTemplate<T>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ascon.Vertical.ReferenceData
Assembly: Ascon.Vertical.ReferenceData.dll
Syntax
public class ReferenceDataTemplate<T>
Type Parameters
Name Description
T

Тип элемента.

Properties

Items

Элементы перечня.

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

Name

Наименование перечня.

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