Class TechReportBuilderResultsDto
Описывает результаты формирования отчета.
Inherited Members
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 |