C# Class DemosBrowser.Core.SamplesList

Show file Open project: VahidN/PdfReport

Public Methods

Method 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 method

public static ActivateSample ( this sample ) : IPdfReportData
sample this
return IPdfReportData

GeneratePdf() public static method

public static GeneratePdf ( IPdfReportData sampleInstance ) : IPdfReportData
sampleInstance IPdfReportData
return IPdfReportData

GeneratePdf() public static method

public static GeneratePdf ( Type sample ) : IPdfReportData
sample System.Type
return IPdfReportData

GeneratePdfFromIPdfReportData() public static method

public static GeneratePdfFromIPdfReportData ( Type sample ) : IPdfReportData
sample System.Type
return IPdfReportData

IsImplementingIPdfReportData() public static method

public static IsImplementingIPdfReportData ( this t ) : bool
t this
return bool

LoadPdfRptPublicTypes() public static method

public static LoadPdfRptPublicTypes ( ) : IList
return IList

LoadSamplesList() public static method

public static LoadSamplesList ( ) : IList
return IList

SamplesPath() public static method

public static SamplesPath ( Type selectedSample ) : IList
selectedSample System.Type
return IList

WarmupTheSystem() public static method

public static WarmupTheSystem ( IList samples ) : void
samples IList
return void