Method | Description | |
---|---|---|
AddError ( string fieldName, |
||
AddErrors ( string objectName, |
||
All ( ) : List |
||
ByFormField ( ) : List |
||
DeepAll ( ) : List |
||
ForIndex ( int index ) : |
||
ForObject ( string objectName ) : |
||
OnField ( string fieldName ) : List |
||
ValidationErrors ( ) : System.Collections.Generic | ||
ValidationErrors ( Braintree.NodeWrapper node ) : System.Collections.Generic |
Method | Description | |
---|---|---|
ComposeFieldName ( string prefix, string element ) : string |
Method | Description | |
---|---|---|
PopulateErrors ( Braintree.NodeWrapper node ) : void | ||
PopulateTopLevelErrors ( List |
public AddError ( string fieldName, |
||
fieldName | string | |
error | ||
return | void |
public AddErrors ( string objectName, |
||
objectName | string | |
errors | ||
return | void |
protected ComposeFieldName ( string prefix, string element ) : string | ||
prefix | string | |
element | string | |
return | string |
public ForIndex ( int index ) : |
||
index | int | |
return |
public ForObject ( string objectName ) : |
||
objectName | string | |
return |
public ValidationErrors ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public ValidationErrors ( Braintree.NodeWrapper node ) : System.Collections.Generic | ||
node | Braintree.NodeWrapper | |
return | System.Collections.Generic |