Méthode | Description | |
---|---|---|
Bind ( SmartDispatcherController controller, |
Implementation of IParameterBinder.Bind and it is used to read the data available and construct the parameter type accordingly.
|
|
CalculateParamPoints ( SmartDispatcherController controller, |
Implementation of IParameterBinder.CalculateParamPoints and it is used to give the method a weight when overloads are available.
|
|
DataBindAttribute ( string prefix ) : System |
Creates a DataBindAttribute with an associated prefix. The prefix must be present in the form data and is used to avoid name clashes.
|
Méthode | Description | |
---|---|---|
BindInstanceErrors ( SmartDispatcherController controller, IDataBinder binder, object instance ) : void |
Binds the instance errors.
|
|
ConfigureValidator ( SmartDispatcherController controller, IDataBinder binder ) : void |
Configures the validator.
|
|
CreateBinder ( ) : IDataBinder |
Creates the binder.
|
|
PopulateValidatorErrorSummary ( SmartDispatcherController controller, IDataBinder binder, object instance ) : void |
Populates the validator error summary.
|
public Bind ( SmartDispatcherController controller, |
||
controller | SmartDispatcherController | The controller instance |
parameterInfo | The parameter info | |
Résultat | object |
protected BindInstanceErrors ( SmartDispatcherController controller, IDataBinder binder, object instance ) : void | ||
controller | SmartDispatcherController | The controller. |
binder | IDataBinder | The binder. |
instance | object | The instance. |
Résultat | void |
public CalculateParamPoints ( SmartDispatcherController controller, |
||
controller | SmartDispatcherController | The controller instance |
parameterInfo | The parameter info | |
Résultat | int |
protected ConfigureValidator ( SmartDispatcherController controller, IDataBinder binder ) : void | ||
controller | SmartDispatcherController | The controller. |
binder | IDataBinder | The binder. |
Résultat | void |
public DataBindAttribute ( string prefix ) : System | ||
prefix | string | |
Résultat | System |
protected PopulateValidatorErrorSummary ( SmartDispatcherController controller, IDataBinder binder, object instance ) : void | ||
controller | SmartDispatcherController | The controller. |
binder | IDataBinder | The binder. |
instance | object | The instance. |
Résultat | void |