C# Class Frapid.Reports.Engine.ReportParser

显示文件 Open project: frapid/frapid Class Usage Examples

Private Properties

Property Type Description
GetBody Frapid.Reports.Engine.Model.ReportBody
GetBottomSection string
GetDataSources List
GetTitle string
GetTopSection string
HasHeader bool

Public Methods

Method Description
Get ( ) : Report
ReportParser ( string path, string tenant, List parameters ) : System.Collections.Generic

Private Methods

Method Description
GetBody ( ) : ReportBody
GetBottomSection ( ) : string
GetDataSources ( ) : List
GetTitle ( ) : string
GetTopSection ( ) : string
HasHeader ( ) : bool

Method Details

Get() public method

public Get ( ) : Report
return Frapid.Reports.Engine.Model.Report

ReportParser() public method

public ReportParser ( string path, string tenant, List parameters ) : System.Collections.Generic
path string
tenant string
parameters List
return System.Collections.Generic