Méthode | Description | |
---|---|---|
Bind ( SmartDispatcherController controller, |
Binds the specified parameter for the action.
|
|
Bind ( string entryValue, |
Binds the specified entry value to a instance of a given Type(parameterType).
|
|
CalculateParamPoints ( SmartDispatcherController controller, |
Calculates the param points. Implementors should return value equals or greater than zero indicating whether the parameter can be bound successfully. The greater the value (points) the more successful the implementation indicates to the framework
|
|
JSONBinderAttribute ( string entryKey ) : System |
Initializes a new instance of the JSONBinderAttribute class. For use with Castle.MonoRail.Framework.Helpers.AjaxHelper.GenerateJSProxy(string), make sure you are using Prototype 1.5.1 or later.
|
public Bind ( SmartDispatcherController controller, |
||
controller | SmartDispatcherController | The controller. |
parameterInfo | The parameter info. | |
Résultat | object |
public static Bind ( string entryValue, |
||
entryValue | string | The entry value containing the JSON formatted content. |
parameterType | Type of the binded object. | |
Résultat | object |
public CalculateParamPoints ( SmartDispatcherController controller, |
||
controller | SmartDispatcherController | The controller. |
parameterInfo | The parameter info. | |
Résultat | int |
public JSONBinderAttribute ( string entryKey ) : System | ||
entryKey | string | The entry key, which is the form or /// querystring key that identifies the JSON persisted content |
Résultat | System |