C# Class Subtext.Scripting.TemplateParameter

Show file Open project: ayende/Subtext Class Usage Examples

Public Methods

Method Description
TemplateParameter ( string name, string type, string defaultValue ) : System

Initializes a new instance of the TemplateParameter class.

Protected Methods

Method Description
OnValueChanged ( string oldValue, string newValue ) : void

Method Details

OnValueChanged() protected method

protected OnValueChanged ( string oldValue, string newValue ) : void
oldValue string
newValue string
return void

TemplateParameter() public method

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.
return System