C# 클래스 Braintree.ValidationErrors

A collection of Validation Errors returned by the Braintree Gateway
파일 보기 프로젝트 열기: braintree/braintree_dotnet 1 사용 예제들

공개 메소드들

메소드 설명
AddError ( string fieldName, ValidationError error ) : void
AddErrors ( string objectName, ValidationErrors errors ) : void
All ( ) : List
ByFormField ( ) : List>.Dictionary
DeepAll ( ) : List
ForIndex ( int index ) : ValidationErrors
ForObject ( string objectName ) : ValidationErrors
OnField ( string fieldName ) : List
ValidationErrors ( ) : System.Collections.Generic
ValidationErrors ( Braintree.NodeWrapper node ) : System.Collections.Generic

보호된 메소드들

메소드 설명
ComposeFieldName ( string prefix, string element ) : string

비공개 메소드들

메소드 설명
PopulateErrors ( Braintree.NodeWrapper node ) : void
PopulateTopLevelErrors ( List childErrors ) : void

메소드 상세

AddError() 공개 메소드

public AddError ( string fieldName, ValidationError error ) : void
fieldName string
error ValidationError
리턴 void

AddErrors() 공개 메소드

public AddErrors ( string objectName, ValidationErrors errors ) : void
objectName string
errors ValidationErrors
리턴 void

All() 공개 메소드

public All ( ) : List
리턴 List

ByFormField() 공개 메소드

public ByFormField ( ) : List>.Dictionary
리턴 List>.Dictionary

ComposeFieldName() 보호된 메소드

protected ComposeFieldName ( string prefix, string element ) : string
prefix string
element string
리턴 string

DeepAll() 공개 메소드

public DeepAll ( ) : List
리턴 List

ForIndex() 공개 메소드

public ForIndex ( int index ) : ValidationErrors
index int
리턴 ValidationErrors

ForObject() 공개 메소드

public ForObject ( string objectName ) : ValidationErrors
objectName string
리턴 ValidationErrors

OnField() 공개 메소드

public OnField ( string fieldName ) : List
fieldName string
리턴 List

ValidationErrors() 공개 메소드

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

ValidationErrors() 공개 메소드

public ValidationErrors ( Braintree.NodeWrapper node ) : System.Collections.Generic
node Braintree.NodeWrapper
리턴 System.Collections.Generic