C# Class DemosBrowser.Core.SamplesList

Afficher le fichier Open project: VahidN/PdfReport

Méthodes publiques

Méthode Description
ActivateSample ( this sample ) : IPdfReportData
GeneratePdf ( IPdfReportData sampleInstance ) : IPdfReportData
GeneratePdf ( Type sample ) : IPdfReportData
GeneratePdfFromIPdfReportData ( Type sample ) : IPdfReportData
IsImplementingIPdfReportData ( this t ) : bool
LoadPdfRptPublicTypes ( ) : IList
LoadSamplesList ( ) : IList
SamplesPath ( Type selectedSample ) : IList
WarmupTheSystem ( IList samples ) : void

Method Details

ActivateSample() public static méthode

public static ActivateSample ( this sample ) : IPdfReportData
sample this
Résultat IPdfReportData

GeneratePdf() public static méthode

public static GeneratePdf ( IPdfReportData sampleInstance ) : IPdfReportData
sampleInstance IPdfReportData
Résultat IPdfReportData

GeneratePdf() public static méthode

public static GeneratePdf ( Type sample ) : IPdfReportData
sample System.Type
Résultat IPdfReportData

GeneratePdfFromIPdfReportData() public static méthode

public static GeneratePdfFromIPdfReportData ( Type sample ) : IPdfReportData
sample System.Type
Résultat IPdfReportData

IsImplementingIPdfReportData() public static méthode

public static IsImplementingIPdfReportData ( this t ) : bool
t this
Résultat bool

LoadPdfRptPublicTypes() public static méthode

public static LoadPdfRptPublicTypes ( ) : IList
Résultat IList

LoadSamplesList() public static méthode

public static LoadSamplesList ( ) : IList
Résultat IList

SamplesPath() public static méthode

public static SamplesPath ( Type selectedSample ) : IList
selectedSample System.Type
Résultat IList

WarmupTheSystem() public static méthode

public static WarmupTheSystem ( IList samples ) : void
samples IList
Résultat void