C# 클래스 Castle.MonoRail.Framework.ViewComponentParamAttribute

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

공개 메소드들

메소드 설명
ViewComponentParamAttribute ( ) : System

Initializes a new instance of the ViewComponentParamAttribute class.

ViewComponentParamAttribute ( string paramName ) : System

Initializes a new instance of the ViewComponentParamAttribute class allowing you to override the parameter name to be queried on the ViewComponent.ComponentParams dictionary.

메소드 상세

ViewComponentParamAttribute() 공개 메소드

Initializes a new instance of the ViewComponentParamAttribute class.
public ViewComponentParamAttribute ( ) : System
리턴 System

ViewComponentParamAttribute() 공개 메소드

Initializes a new instance of the ViewComponentParamAttribute class allowing you to override the parameter name to be queried on the ViewComponent.ComponentParams dictionary.
public ViewComponentParamAttribute ( string paramName ) : System
paramName string Overrides the name of the parameter.
리턴 System