Method | Description | |
---|---|---|
GenerateMethod ( ) : System.CodeDom | ||
GenerateMethod ( TemplateLocation location ) : System.CodeDom | ||
GenerateMethod ( TemplateLocation location, bool callBase ) : System.CodeDom | ||
GenerateMethod ( string nameFormat, TemplateLocation location, bool callBase ) : System.CodeDom | ||
Modify ( object templateInstance, |
public GenerateMethod ( TemplateLocation location ) : System.CodeDom | ||
location | TemplateLocation | |
return | System.CodeDom |
public GenerateMethod ( TemplateLocation location, bool callBase ) : System.CodeDom | ||
location | TemplateLocation | |
callBase | bool | |
return | System.CodeDom |
public GenerateMethod ( string nameFormat, TemplateLocation location, bool callBase ) : System.CodeDom | ||
nameFormat | string | |
location | TemplateLocation | |
callBase | bool | |
return | System.CodeDom |
public Modify ( object templateInstance, |
||
templateInstance | object | |
info | ||
ctx | TemplateContext | |
return | void |