메소드 | 설명 | |
---|---|---|
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, |
메소드 | 설명 | |
---|---|---|
CreateBinder ( ) : IDataBinder |
public ARDataBindAttribute ( String prefix ) : System | ||
prefix | String | A name that prefixes the entries on the http request |
리턴 | 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 |
리턴 | System |
public Bind ( SmartDispatcherController controller, |
||
controller | SmartDispatcherController | |
parameterInfo | ||
리턴 | object |