Show / Hide Table of Contents

Class TechReportBuilderResultsDto

Описывает результаты формирования отчета.

Inheritance
object
TechReportBuilderResultsDto
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ascon.Vertical.Reports.Builder
Assembly: Ascon.Vertical.Reports.Builder.dll
Syntax
public class TechReportBuilderResultsDto

Properties

Documents

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

Declaration
[JsonPropertyName("documents")]
public List<TechReportDocumentDto> Documents { get; set; }
Property Value
Type Description
List<TechReportDocumentDto>

EnterprizeCode

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

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

IsComplect

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

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