C# Class Rock.PayFlowPro.Reporting.ReportRequest

显示文件 Open project: NewSpring/Rock

Public Methods

Method Description
ReportRequest ( ) : System.Collections.Generic
ReportRequest ( string reportName ) : System.Collections.Generic
ReportRequest ( string reportName, string>.Dictionary reportParameters ) : System.Collections.Generic
ToXmlElement ( ) : System.Xml.Linq.XElement

Method Details

ReportRequest() public method

public ReportRequest ( ) : System.Collections.Generic
return System.Collections.Generic

ReportRequest() public method

public ReportRequest ( string reportName ) : System.Collections.Generic
reportName string
return System.Collections.Generic

ReportRequest() public method

public ReportRequest ( string reportName, string>.Dictionary reportParameters ) : System.Collections.Generic
reportName string
reportParameters string>.Dictionary
return System.Collections.Generic

ToXmlElement() public method

public ToXmlElement ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement