HtmlExporter - класс

Объект, осуществляющий экспорт данных представления в виде файла в формате HTML.

Definition

Пространство имён: Tessa.UI.Views.Export
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public sealed class HtmlExporter : AbstractViewDataExporter
Inheritance
Object    AbstractViewDataExporter    HtmlExporter

Конструкторы

HtmlExporterИнициализирует новый экземпляр класса HtmlExporter

Свойства

ExportTypeID Идентификатор типа экспорта, передаваемый на сервер при генерации файла.
(Переопределяет AbstractViewDataExporterExportTypeID)
FileExtension Расширение файла, генерируемого при экспорте.
(Переопределяет AbstractViewDataExporterFileExtension)

Методы

EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
ExportAsync Экспортирует данные представления в файл с именем fileName.
(Унаследован от AbstractViewDataExporter)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также