C# Class SharpTAL.TemplateProgram.Commands.TalDefine

Inheritance: Command
Show file Open project: lck/SharpTAL

Public Methods

Method Description
TalDefine ( Tag tag, VariableScope scope, string name, string expression ) : SharpTAL.TemplateParser

Method Details

TalDefine() public method

public TalDefine ( Tag tag, VariableScope scope, string name, string expression ) : SharpTAL.TemplateParser
tag SharpTAL.TemplateParser.Tag
scope VariableScope
name string
expression string
return SharpTAL.TemplateParser