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

상속: System.Attribute
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
DefaultActionAttribute ( ) : System

Constructs a DefaultActionAttribute using DefaultAction as the default action name

DefaultActionAttribute ( String action ) : System

Constructs a DefaultActionAttribute using the supplied value as the default action name

메소드 상세

DefaultActionAttribute() 공개 메소드

Constructs a DefaultActionAttribute using DefaultAction as the default action name
public DefaultActionAttribute ( ) : System
리턴 System

DefaultActionAttribute() 공개 메소드

Constructs a DefaultActionAttribute using the supplied value as the default action name
public DefaultActionAttribute ( String action ) : System
action String
리턴 System