Show / Hide Table of Contents

Class TechReportTemplateLink

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

Inheritance
object
TechReportTemplateLink
Implements
ITechReportTemplateLink
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 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

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

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

Сформированное описание.

Implements

ITechReportTemplateLink
Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»