C# 클래스 Castle.MonoRail.ActiveRecordSupport.ARSmartDispatcherController

Extends the SmartDispatcherController with ActiveRecord specific functionality
상속: SmartDispatcherController
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
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