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

Show file Open project: frapid/frapid Class Usage Examples

Public Methods

Method Description
DataSourceParser ( string path ) : System.Collections.Generic
Get ( Report report ) : List

Private Methods

Method Description
GetAttributeValue ( XmlNode node, string name, string type = "string" ) : object
GetDefaultValue ( Report report, XmlNode node, string type ) : object
GetParameters ( Report report, XmlNode node ) : List
GetQuery ( XmlNode node ) : string
GetRunningTotalFieldIndices ( XmlNode node ) : List
GetRunningTotalTextColumnIndex ( XmlNode node ) : int?
HasMetaValue ( XmlNode node ) : bool
ReadAttributeValue ( XmlNode node, string name ) : string

Method Details

DataSourceParser() public method

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

Get() public method

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