Show / Hide Table of Contents

Class TechReportDocumentDto

Описывает сформированный документ отчета.

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

Properties

Description

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

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

FileNames

Возвращает или назначает перечень имен файлов, сохраненных для отчета.

Declaration
[JsonPropertyName("fileNames")]
public List<string> FileNames { get; set; }
Property Value
Type Description
List<string>

Id

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

Declaration
[JsonPropertyName("id")]
public Guid Id { get; set; }
Property Value
Type Description
Guid

IsComplect

Возвращает или назначает признак того, что отчет является комплектом документов.

Declaration
[JsonPropertyName("isComplect")]
public bool IsComplect { get; set; }
Property Value
Type Description
bool

MainObjectFamilyId

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

Declaration
[JsonPropertyName("mainObjectFamilyId")]
public int MainObjectFamilyId { get; set; }
Property Value
Type Description
int

MainObjectName

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

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

Name

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

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

TemplateCode

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

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

TemplateKey

Возвращает или назначает ключ шаблона отчета.

Declaration
[JsonPropertyName("templateKey")]
public Guid TemplateKey { get; set; }
Property Value
Type Description
Guid

TemplateName

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

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

TemplateType

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

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