C# 클래스 Subtext.Scripting.TemplateParameter

파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

공개 메소드들

메소드 설명
TemplateParameter ( string name, string type, string defaultValue ) : System

Initializes a new instance of the TemplateParameter class.

보호된 메소드들

메소드 설명
OnValueChanged ( string oldValue, string newValue ) : void

메소드 상세

OnValueChanged() 보호된 메소드

protected OnValueChanged ( string oldValue, string newValue ) : void
oldValue string
newValue string
리턴 void

TemplateParameter() 공개 메소드

Initializes a new instance of the TemplateParameter class.
public TemplateParameter ( string name, string type, string defaultValue ) : System
name string The name.
type string The type.
defaultValue string The default value.
리턴 System