C# Class Subtext.Scripting.TemplateParameter

Afficher le fichier Open project: ayende/Subtext Class Usage Examples

Méthodes publiques

Méthode Description
TemplateParameter ( string name, string type, string defaultValue ) : System

Initializes a new instance of the TemplateParameter class.

Méthodes protégées

Méthode Description
OnValueChanged ( string oldValue, string newValue ) : void

Method Details

OnValueChanged() protected méthode

protected OnValueChanged ( string oldValue, string newValue ) : void
oldValue string
newValue string
Résultat void

TemplateParameter() public méthode

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.
Résultat System