Class TechReportTemplateLinkDto
Описывает ссылку на шаблон технологического документа.
Inherited Members
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public class TechReportTemplateLinkDto
Properties
Attributes
Возвращает или назначает перечень атрибутов шаблона отчета.
Declaration
[JsonPropertyName("attributes")]
public List<TechReportTemplateAttributeValueDto> Attributes { get; set; }
Property Value
| Type | Description |
|---|---|
| List<TechReportTemplateAttributeValueDto> |
ExcludedOperations
Возвращает или назначает перечень идентификаторов семейств версий операций, не участвующих в отчете.
Declaration
[JsonPropertyName("excludedOperations")]
public List<int> ExcludedOperations { get; set; }
Property Value
| Type | Description |
|---|---|
| List<int> |
IsReissued
Возвращает или назначает признак участия шаблона в перевыпуске карт.
Declaration
[JsonPropertyName("isReissued")]
public bool IsReissued { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Key
Возвращает или назначает ключ шаблона.
Declaration
[JsonPropertyName("key")]
public Guid Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Name
Возвращает или назначает наименование шаблона.
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReissueOperations
Возвращает или назначает перечень идентификаторов семейств версий операций, для которых выполняется частичный перевыпуск карт.
Declaration
[JsonPropertyName("reissuedOperations")]
public List<int> ReissueOperations { get; set; }
Property Value
| Type | Description |
|---|---|
| List<int> |
Reshuffle
Возвращает или назначает признак участия в перетасовке операционных карт.
Declaration
[JsonPropertyName("reshuffle")]
public bool Reshuffle { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |