C# Class Rock.PayFlowPro.Reporting.SearchRequest

Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode 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 méthode

public SearchRequest ( ) : System.Collections.Generic
Résultat System.Collections.Generic

SearchRequest() public méthode

public SearchRequest ( string searchName ) : System.Collections.Generic
searchName string
Résultat System.Collections.Generic

SearchRequest() public méthode

public SearchRequest ( string reportName, string>.Dictionary reportParameters ) : System.Collections.Generic
reportName string
reportParameters string>.Dictionary
Résultat System.Collections.Generic

ToXmlElement() public méthode

public ToXmlElement ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement