Interface ITechReportTemplatesRepositoryEntryEx
Представляет шаблон отчета с расширенной информацией.
Inherited Members
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public interface ITechReportTemplatesRepositoryEntryEx : ITechReportTemplatesRepositoryEntry
Properties
FileName
Имя файла, привязанного к объекту шаблона.
Declaration
string FileName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ToDto()
Возвращает описание шаблона.
Declaration
TechReportTemplatesRepositoryEntryDtoEx ToDto()
Returns
| Type | Description |
|---|---|
| TechReportTemplatesRepositoryEntryDtoEx | Сформированное описание. |