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

파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
Api ( string user, string vendor, string partner, string password, bool test = false ) : System.Collections.Generic
GetReport ( string reportName, string>.Dictionary reportParameters, string &errorMessage ) : DataTable
GetSearch ( string searchName, string>.Dictionary reportParameters, string &errorMessage ) : DataTable

비공개 메소드들

메소드 설명
GetAuthElement ( ) : System.Xml.Linq.XElement
GetData ( string reportId, string &errorMessage ) : DataTable
GetRequestElement ( ) : System.Xml.Linq.XElement
ReportingApiUrl ( ) : string
SendRequest ( System.Xml.Linq.XElement request, string &errorMessage ) : System.Xml.Linq.XDocument

메소드 상세

Api() 공개 메소드

public Api ( string user, string vendor, string partner, string password, bool test = false ) : System.Collections.Generic
user string
vendor string
partner string
password string
test bool
리턴 System.Collections.Generic

GetReport() 공개 메소드

public GetReport ( string reportName, string>.Dictionary reportParameters, string &errorMessage ) : DataTable
reportName string
reportParameters string>.Dictionary
errorMessage string
리턴 System.Data.DataTable

GetSearch() 공개 메소드

public GetSearch ( string searchName, string>.Dictionary reportParameters, string &errorMessage ) : DataTable
searchName string
reportParameters string>.Dictionary
errorMessage string
리턴 System.Data.DataTable