C# 클래스 Castle.MonoRail.Framework.Internal.HelperDescriptor

Represents the information about a Helper class associated with a Controller
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
HelperDescriptor ( Type helperType ) : System

Initializes a new instance of the HelperDescriptor class.

HelperDescriptor ( Type helperType, String name ) : System

Initializes a new instance of the HelperDescriptor class.

메소드 상세

HelperDescriptor() 공개 메소드

Initializes a new instance of the HelperDescriptor class.
public HelperDescriptor ( Type helperType ) : System
helperType System.Type Type of the helper.
리턴 System

HelperDescriptor() 공개 메소드

Initializes a new instance of the HelperDescriptor class.
public HelperDescriptor ( Type helperType, String name ) : System
helperType System.Type Type of the helper.
name String A custom name to use to access the helper from the view.
리턴 System