Table of Contents

Class JJDataExportation

Namespace
JJMasterData.Core.UI.Components
Assembly
JJMasterData.Core.dll

Exporta dados para um arquivo

public class JJDataExportation : ProcessComponent
Inheritance
JJDataExportation
Inherited Members

Properties

DataExportationWriterFactory

public DataExportationWriterFactory DataExportationWriterFactory { get; }

Property Value

DataExportationWriterFactory

ExportOptions

public ExportOptions ExportOptions { get; }

Property Value

ExportOptions

ShowBorder

public bool ShowBorder { get; set; }

Property Value

bool

ShowRowStriped

public bool ShowRowStriped { get; set; }

Property Value

bool

Methods

BuildResultAsync()

protected override Task<ComponentResult> BuildResultAsync()

Returns

Task<ComponentResult>

ExecuteExportationAsync(DictionaryListResult)

public Task<ComponentResult> ExecuteExportationAsync(DictionaryListResult result)

Parameters

result DictionaryListResult

Returns

Task<ComponentResult>

Events

OnRenderCellAsync

Event fired when the cell is rendered.

public event AsyncEventHandler<GridCellEventArgs> OnRenderCellAsync

Event Type

AsyncEventHandler<GridCellEventArgs>