Méthode | Description | |
---|---|---|
AddBinding ( string sourceExpression, string targetExpression, BindingDirection direction, IFormatter formatter ) : IBinding |
Adds the SimpleExpressionBinding binding. This is a convinience method for adding SimpleExpressionBinding, one of the most often used binding types, to the bindings list. |
|
BindSourceToTarget ( object source, object target, IValidationErrors validationErrors, object>.IDictionary |
Binds source object to target object.
|
|
BindTargetToSource ( object source, object target, IValidationErrors validationErrors, object>.IDictionary |
Binds target object to source object.
|
|
HttpRequestListBindingContainer ( string requestParams, string targetList, |
Creates a new instance of HttpRequestListBindingContainer.
|
public AddBinding ( string sourceExpression, string targetExpression, BindingDirection direction, IFormatter formatter ) : IBinding | ||
sourceExpression | string | /// The source expression. /// |
targetExpression | string | /// The target expression. /// |
direction | BindingDirection | /// Binding direction. /// |
formatter | IFormatter |
/// |
Résultat | IBinding |
public 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. /// |
Résultat | void |
public 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. /// |
Résultat | void |
public HttpRequestListBindingContainer ( string requestParams, string targetList, |
||
requestParams | string | /// Comma separated list of multi-valued request parameters that /// should be used to create a target item. /// |
targetList | string | /// Expression that identifies a target list items should be added to. /// |
itemType | /// The type of the target item. /// | |
Résultat | System |