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

상속: Castle.MonoRail.Framework.DataBindAttribute
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

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