C# Class Frapid.Reports.Engine.Parsers.BodyParser

Show file Open project: frapid/frapid Class Usage Examples

Public Methods

Method Description
BodyParser ( string path ) : System.Collections.Generic
Get ( ) : ReportBody

Private Methods

Method Description
GetContent ( ) : string
GetGridViewCssClass ( XmlNode node ) : string
GetGridViewCssStyle ( XmlNode node ) : string
GetGridViewDataSourceIndex ( XmlNode node ) : int?

Method Details

BodyParser() public method

public BodyParser ( string path ) : System.Collections.Generic
path string
return System.Collections.Generic

Get() public method

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