C# 클래스 Rock.PayFlowPro.Reporting.ReportRequest

파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
ReportRequest ( ) : System.Collections.Generic
ReportRequest ( string reportName ) : System.Collections.Generic
ReportRequest ( string reportName, string>.Dictionary reportParameters ) : System.Collections.Generic
ToXmlElement ( ) : System.Xml.Linq.XElement

메소드 상세

ReportRequest() 공개 메소드

public ReportRequest ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ReportRequest() 공개 메소드

public ReportRequest ( string reportName ) : System.Collections.Generic
reportName string
리턴 System.Collections.Generic

ReportRequest() 공개 메소드

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

ToXmlElement() 공개 메소드

public ToXmlElement ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement