C# Class Rock.PayFlowPro.Reporting.ReportRequest

Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

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

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

ReportRequest() public méthode

public ReportRequest ( string reportName ) : System.Collections.Generic
reportName string
Résultat System.Collections.Generic

ReportRequest() public méthode

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