C# 클래스 Braintree.SearchCriteria

상속: Braintree.Request
파일 보기 프로젝트 열기: braintree/braintree_dotnet 1 사용 예제들

공개 메소드들

메소드 설명
SearchCriteria ( object items ) : System
SearchCriteria ( string type, System.DateTime value ) : System
SearchCriteria ( string type, string value ) : System
ToQueryString ( ) : string
ToQueryString ( string root ) : string
ToXml ( ) : string
ToXml ( string rootElement ) : string

비공개 메소드들

메소드 설명
DefaultToEmptyString ( string value ) : string

메소드 상세

SearchCriteria() 공개 메소드

public SearchCriteria ( object items ) : System
items object
리턴 System

SearchCriteria() 공개 메소드

public SearchCriteria ( string type, System.DateTime value ) : System
type string
value System.DateTime
리턴 System

SearchCriteria() 공개 메소드

public SearchCriteria ( string type, string value ) : System
type string
value string
리턴 System

ToQueryString() 공개 메소드

public ToQueryString ( ) : string
리턴 string

ToQueryString() 공개 메소드

public ToQueryString ( string root ) : string
root string
리턴 string

ToXml() 공개 메소드

public ToXml ( ) : string
리턴 string

ToXml() 공개 메소드

public ToXml ( string rootElement ) : string
rootElement string
리턴 string