Show / Hide Table of Contents

Class TechReportTemplateAttributeValueDto

Описывает значение атрибута шаблона отчета.

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

Properties

Name

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

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

Value

Возвращает или назначает значение атрибута.

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