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

Extends the SmartDispatcherController with ActiveRecord specific functionality
Наследование: SmartDispatcherController
Показать файл Открыть проект

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

Метод Описание
ARSmartDispatcherController ( ) : System

Initializes a new instance of the ARSmartDispatcherController class.

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

Метод Описание
BindObject ( ParamStore from, Type targetType, String prefix, AutoLoadBehavior autoLoad ) : object

Binds the object.

BindObject ( ParamStore from, Type targetType, String prefix, String excludedProperties, String allowedProperties, AutoLoadBehavior autoLoad ) : object

Binds the object using the posted values.

BindObjectInstance ( object instance, ParamStore from, String prefix, AutoLoadBehavior autoLoad ) : void
BindObjectInstance ( object instance, String prefix, AutoLoadBehavior autoLoad ) : void
SetAutoLoadBehavior ( AutoLoadBehavior autoLoad ) : void

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

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

Initializes a new instance of the ARSmartDispatcherController class.
public ARSmartDispatcherController ( ) : System
Результат System

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

Binds the object.
protected BindObject ( ParamStore from, Type targetType, String prefix, AutoLoadBehavior autoLoad ) : object
from ParamStore Defines where the parameters should be obtained from.
targetType System.Type Type of the target.
prefix String The prefix.
autoLoad AutoLoadBehavior The auto load behavior.
Результат object

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

Binds the object using the posted values.
protected BindObject ( ParamStore from, Type targetType, String prefix, String excludedProperties, String allowedProperties, AutoLoadBehavior autoLoad ) : object
from ParamStore Defines where the parameters should be obtained from.
targetType System.Type Type of the target.
prefix String The prefix.
excludedProperties String The excluded properties.
allowedProperties String The allowed properties.
autoLoad AutoLoadBehavior The auto load behavior.
Результат object

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

protected BindObjectInstance ( object instance, ParamStore from, String prefix, AutoLoadBehavior autoLoad ) : void
instance object
from ParamStore
prefix String
autoLoad AutoLoadBehavior
Результат void

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

protected BindObjectInstance ( object instance, String prefix, AutoLoadBehavior autoLoad ) : void
instance object
prefix String
autoLoad AutoLoadBehavior
Результат void

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

protected SetAutoLoadBehavior ( AutoLoadBehavior autoLoad ) : void
autoLoad AutoLoadBehavior
Результат void