C# Класс Castle.MonoRail.ActiveRecordSupport.ARDataBindAttribute

Наследование: Castle.MonoRail.Framework.DataBindAttribute
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
CreateBinder ( ) : IDataBinder

Описание методов

ARDataBindAttribute() публичный Метод

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
Результат System

ARDataBindAttribute() публичный Метод

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
Результат System

Bind() публичный Метод

public Bind ( SmartDispatcherController controller, ParameterInfo parameterInfo ) : object
controller SmartDispatcherController
parameterInfo System.Reflection.ParameterInfo
Результат object

CreateBinder() защищенный Метод

protected CreateBinder ( ) : IDataBinder
Результат IDataBinder