C# Class Rock.PayFlowPro.Reporting.SearchRequest

显示文件 Open project: NewSpring/Rock

Public Methods

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

Method Details

SearchRequest() public method

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

SearchRequest() public method

public SearchRequest ( string searchName ) : System.Collections.Generic
searchName string
return System.Collections.Generic

SearchRequest() public method

public SearchRequest ( 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