C# 클래스 DemosBrowser.Core.SamplesList

파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
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

메소드 상세

ActivateSample() 공개 정적인 메소드

public static ActivateSample ( this sample ) : IPdfReportData
sample this
리턴 IPdfReportData

GeneratePdf() 공개 정적인 메소드

public static GeneratePdf ( IPdfReportData sampleInstance ) : IPdfReportData
sampleInstance IPdfReportData
리턴 IPdfReportData

GeneratePdf() 공개 정적인 메소드

public static GeneratePdf ( Type sample ) : IPdfReportData
sample System.Type
리턴 IPdfReportData

GeneratePdfFromIPdfReportData() 공개 정적인 메소드

public static GeneratePdfFromIPdfReportData ( Type sample ) : IPdfReportData
sample System.Type
리턴 IPdfReportData

IsImplementingIPdfReportData() 공개 정적인 메소드

public static IsImplementingIPdfReportData ( this t ) : bool
t this
리턴 bool

LoadPdfRptPublicTypes() 공개 정적인 메소드

public static LoadPdfRptPublicTypes ( ) : IList
리턴 IList

LoadSamplesList() 공개 정적인 메소드

public static LoadSamplesList ( ) : IList
리턴 IList

SamplesPath() 공개 정적인 메소드

public static SamplesPath ( Type selectedSample ) : IList
selectedSample System.Type
리턴 IList

WarmupTheSystem() 공개 정적인 메소드

public static WarmupTheSystem ( IList samples ) : void
samples IList
리턴 void