Show / Hide Table of Contents

Class TechReportTemplateLinkDto

Описывает ссылку на шаблон технологического документа.

Inheritance
object
TechReportTemplateLinkDto
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

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

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
Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»