Table of Contents

Class DataExportationWriterFactory

Namespace
JJMasterData.Core.DataManager.Exportation
Assembly
JJMasterData.Core.dll
public class DataExportationWriterFactory
Inheritance
DataExportationWriterFactory
Inherited Members

Constructors

DataExportationWriterFactory(IServiceProvider)

public DataExportationWriterFactory(IServiceProvider serviceProvider)

Parameters

serviceProvider IServiceProvider

Methods

GetInstance(JJDataExportation)

public DataExportationWriterBase? GetInstance(JJDataExportation dataExportation)

Parameters

dataExportation JJDataExportation

Returns

DataExportationWriterBase

PdfWriterExists()

public bool PdfWriterExists()

Returns

bool

Events

OnRenderCellAsync

public event AsyncEventHandler<GridCellEventArgs>? OnRenderCellAsync

Event Type

AsyncEventHandler<GridCellEventArgs>