Method | Description | |
---|---|---|
IsDefined ( string name ) : bool | ||
Load ( ) : void | ||
Show ( ) : string | ||
TemplateGroupFile ( System.Uri url, System.Text.Encoding encoding, char delimiterStartChar, char delimiterStopChar ) : System.Linq |
Pass in a URL with the location of a group file. E.g., TemplateGroup g = new TemplateGroupFile("file:///org/foo/templates/g.stg", Encoding.UTF8, '<', '>');
|
|
TemplateGroupFile ( string fileName ) : System.Linq | ||
TemplateGroupFile ( string fullyQualifiedFileName, System.Text.Encoding encoding ) : System.Linq | ||
TemplateGroupFile ( string fullyQualifiedFileName, System.Text.Encoding encoding, char delimiterStartChar, char delimiterStopChar ) : System.Linq | ||
TemplateGroupFile ( string fileName, char delimiterStartChar, char delimiterStopChar ) : System.Linq | ||
Unload ( ) : void |
Method | Description | |
---|---|---|
Load ( string name ) : |
protected Load ( string name ) : |
||
name | string | |
return |
public TemplateGroupFile ( System.Uri url, System.Text.Encoding encoding, char delimiterStartChar, char delimiterStopChar ) : System.Linq | ||
url | System.Uri | |
encoding | System.Text.Encoding | |
delimiterStartChar | char | |
delimiterStopChar | char | |
return | System.Linq |
public TemplateGroupFile ( string fileName ) : System.Linq | ||
fileName | string | |
return | System.Linq |
public TemplateGroupFile ( string fullyQualifiedFileName, System.Text.Encoding encoding ) : System.Linq | ||
fullyQualifiedFileName | string | |
encoding | System.Text.Encoding | |
return | System.Linq |
public TemplateGroupFile ( string fullyQualifiedFileName, System.Text.Encoding encoding, char delimiterStartChar, char delimiterStopChar ) : System.Linq | ||
fullyQualifiedFileName | string | |
encoding | System.Text.Encoding | |
delimiterStartChar | char | |
delimiterStopChar | char | |
return | System.Linq |
public TemplateGroupFile ( string fileName, char delimiterStartChar, char delimiterStopChar ) : System.Linq | ||
fileName | string | |
delimiterStartChar | char | |
delimiterStopChar | char | |
return | System.Linq |