Class TechReportTemplateLink
Представляет ссылку на шаблон технологического документа.
Implements
Inherited Members
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public class TechReportTemplateLink : ITechReportTemplateLink
Constructors
TechReportTemplateLink(TechReportTemplateLinkDto)
Создает новый экземпляр класса TechReportTemplateLink.
Declaration
public TechReportTemplateLink(TechReportTemplateLinkDto dto)
Parameters
| Type | Name | Description |
|---|---|---|
| TechReportTemplateLinkDto | dto | Описание ссылки на шаблон отчета. |
Properties
Attributes
Возвращает перечень атрибутов шаблона отчета.
Declaration
public List<TechReportTemplateAttributeValue> Attributes { get; }
Property Value
| Type | Description |
|---|---|
| List<TechReportTemplateAttributeValue> |
ExcludedOperations
Возвращает перечень идентификаторов семейств версий операций, не участвующих в отчете.
Declaration
public List<int> ExcludedOperations { get; }
Property Value
| Type | Description |
|---|---|
| List<int> |
IsReissued
Возвращает признак участия шаблона в перевыпуске карт.
Declaration
public bool IsReissued { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Key
Возвращает ключ шаблона.
Declaration
public Guid Key { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
Name
Возвращает наименование шаблона.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
ReissuedOperations
Возвращает перечень идентификаторов семейств версий операций, для которых выполняется частичный перевыпуск карт.
Declaration
public List<int> ReissuedOperations { get; }
Property Value
| Type | Description |
|---|---|
| List<int> |
Reshuffle
Возвращает признак участия в перетасовке операционных карт.
Declaration
public bool Reshuffle { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
ToDto()
Возвращает описание ссылки на шаблон.
Declaration
public TechReportTemplateLinkDto ToDto()
Returns
| Type | Description |
|---|---|
| TechReportTemplateLinkDto | Сформированное описание. |