C# Class Castle.MonoRail.ActiveRecordSupport.ARDataBindAttribute

Inheritance: Castle.MonoRail.Framework.DataBindAttribute
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
ARDataBindAttribute ( String prefix ) : System

Defines a binder for the parameter using the ARDataBinder and the specified prefix.

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 prefix.

Bind ( SmartDispatcherController controller, ParameterInfo parameterInfo ) : object

Méthodes protégées

Méthode Description
CreateBinder ( ) : IDataBinder

Method Details

ARDataBindAttribute() public méthode

Defines a binder for the parameter using the ARDataBinder and the specified prefix.
This uses the default AutoLoadBehavior whic is AutoLoadBehavior.Never
public ARDataBindAttribute ( String prefix ) : System
prefix String A name that prefixes the entries on the http request
Résultat System

ARDataBindAttribute() public méthode

Defines a binder for the parameter using the ARDataBinder and the specified prefix.
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
Résultat System

Bind() public méthode

public Bind ( SmartDispatcherController controller, ParameterInfo parameterInfo ) : object
controller SmartDispatcherController
parameterInfo System.Reflection.ParameterInfo
Résultat object

CreateBinder() protected méthode

protected CreateBinder ( ) : IDataBinder
Résultat IDataBinder