Show / Hide Table of Contents

Class ReportBuilderContextDto

Описание контекста формирования отчета.

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

Properties

DocumentsPackageId

Возвращает или назначает идентификатор комплекта ТД. Должен быть заполнен, если требуется учет извещений.

Declaration
[JsonPropertyName("documentsPackageId")]
public int? DocumentsPackageId { get; set; }
Property Value
Type Description
int?

MainObjectId

Возвращает или назначает идентификатор объекта, для которого формируется отчет. Если не заполнен, отчет формируется для всей технологии.

Declaration
[JsonPropertyName("mainObjectId")]
public int? MainObjectId { get; set; }
Property Value
Type Description
int?

Parameters

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

Declaration
[JsonPropertyName("parameters")]
[JsonRequired]
public TechDocumentsPackageParametersDto Parameters { get; set; }
Property Value
Type Description
TechDocumentsPackageParametersDto

TechnologyId

Возвращает или назначает идентификатор технологии, для которой строится отчет.

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