Class TechReportTemplateAttributeValueDto
Описывает значение атрибута шаблона отчета.
Inherited Members
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 |