Property | Type | Description | |
---|---|---|---|
ALL_BINDINGERRORS_PROVIDER | string |
Method | Description | |
---|---|---|
BindSourceToTarget ( object source, object target, IValidationErrors validationErrors ) : void |
Binds source object to target object.
|
|
BindSourceToTarget ( object source, object target, IValidationErrors validationErrors, object>.IDictionary |
Binds source object to target object.
|
|
BindTargetToSource ( object source, object target, IValidationErrors validationErrors ) : void |
Binds target object to source object.
|
|
BindTargetToSource ( object source, object target, IValidationErrors validationErrors, object>.IDictionary |
Binds target object to source object.
|
|
Equals ( object obj ) : bool |
Determines whether the specified
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
|
IsValid ( IValidationErrors errors ) : bool |
Gets or sets a flag specifying whether this binding is valid.
|
|
SetErrorMessage ( string messageId ) : void |
Sets error message that should be displayed in the case of a non-fatal binding error.
|
Method | Description | |
---|---|---|
AbstractBinding ( ) : System |
Initializes a new instance of the
|
|
SetInvalid ( IValidationErrors validationErrors ) : bool |
Marks this binding's state as invalid for this validationErrors collection. Returns false if validationErrors is null.
|
public BindSourceToTarget ( object source, object target, IValidationErrors validationErrors ) : void | ||
source | object | /// The source object. /// |
target | object | /// The target object. /// |
validationErrors | IValidationErrors | /// Validation errors collection that type conversion errors should be added to. /// |
return | void |
public abstract BindSourceToTarget ( object source, object target, IValidationErrors validationErrors, object>.IDictionary |
||
source | object | /// The source object. /// |
target | object | /// The target object. /// |
validationErrors | IValidationErrors | /// Validation errors collection that type conversion errors should be added to. /// |
variables | object>.IDictionary | /// Variables that should be used during expression evaluation. /// |
return | void |
public BindTargetToSource ( object source, object target, IValidationErrors validationErrors ) : void | ||
source | object | /// The source object. /// |
target | object | /// The target object. /// |
validationErrors | IValidationErrors | /// Validation errors collection that type conversion errors should be added to. /// |
return | void |
public abstract BindTargetToSource ( object source, object target, IValidationErrors validationErrors, object>.IDictionary |
||
source | object | /// The source object. /// |
target | object | /// The target object. /// |
validationErrors | IValidationErrors | /// Validation errors collection that type conversion errors should be added to. /// |
variables | object>.IDictionary | /// Variables that should be used during expression evaluation. /// |
return | void |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public IsValid ( IValidationErrors errors ) : bool | ||
errors | IValidationErrors | |
return | bool |
public SetErrorMessage ( string messageId ) : void | ||
messageId | string | /// Resource ID of the error message. /// |
return | void |
protected SetInvalid ( IValidationErrors validationErrors ) : bool | ||
validationErrors | IValidationErrors | |
return | bool |