Method | Description | |
---|---|---|
ARDataBindAttribute ( String prefix ) : System |
Defines a binder for the parameter using the ARDataBinder and the specified This uses the default AutoLoadBehavior whic is AutoLoadBehavior.Never |
|
ARDataBindAttribute ( String prefix, AutoLoadBehavior autoLoadBehavior ) : System |
Defines a binder for the parameter using the ARDataBinder and the specified
|
|
Bind ( SmartDispatcherController controller, |
Method | Description | |
---|---|---|
CreateBinder ( ) : IDataBinder |
public ARDataBindAttribute ( String prefix ) : System | ||
prefix | String | A name that prefixes the entries on the http request |
return | System |
public ARDataBindAttribute ( String prefix, AutoLoadBehavior autoLoadBehavior ) : System | ||
prefix | String | A name that prefixes the entries on the http request |
autoLoadBehavior | AutoLoadBehavior | The predefined behavior the autoload feature should use |
return | System |
public Bind ( SmartDispatcherController controller, |
||
controller | SmartDispatcherController | |
parameterInfo | ||
return | object |