Show / Hide Table of Contents

Interface ITechReportTemplatesRepositoryEntry

Представляет шаблон отчета.

Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public interface ITechReportTemplatesRepositoryEntry

Properties

Caption

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

Declaration
string Caption { get; }
Property Value
Type Description
string

Code

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

Declaration
string Code { get; }
Property Value
Type Description
string

Form

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

Declaration
string Form { get; }
Property Value
Type Description
string

Id

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

Declaration
int Id { get; }
Property Value
Type Description
int
Remarks

Идентификатор документа Лоцман, хранящего шаблон.

IsApplicable

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

Declaration
bool IsApplicable { get; }
Property Value
Type Description
bool

IsOperational

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

Declaration
bool IsOperational { get; }
Property Value
Type Description
bool

Key

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

Declaration
Guid Key { get; }
Property Value
Type Description
Guid

Name

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

Declaration
string Name { get; }
Property Value
Type Description
string

Standard

Возвращает ГОСТ шаблона отчета.

Declaration
string Standard { get; }
Property Value
Type Description
string

Methods

ToDto()

Получает описание шаблона.

Declaration
TechReportTemplatesRepositoryEntryDto ToDto()
Returns
Type Description
TechReportTemplatesRepositoryEntryDto

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

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