Method | Description | |
---|---|---|
As ( string type ) : ITableTemplate | ||
Create ( |
||
Delete ( string className ) : void | ||
SetOverwrite ( bool value ) : ITableTemplate | ||
TableTemplateBase ( string template ) : System | ||
Target ( ProjectFileWriter project, string file ) : ITableTemplate |
Method | Description | |
---|---|---|
GetConventions ( ) : ITableConventions | ||
SetTemplate ( |
public Create ( |
||
table | ||
return | void |
protected abstract GetConventions ( ) : ITableConventions | ||
return | ITableConventions |
public SetOverwrite ( bool value ) : ITableTemplate | ||
value | bool | |
return | ITableTemplate |
protected abstract SetTemplate ( |
||
table | ||
return | void |
public TableTemplateBase ( string template ) : System | ||
template | string | |
return | System |
public Target ( ProjectFileWriter project, string file ) : ITableTemplate | ||
project | ProjectFileWriter | |
file | string | |
return | ITableTemplate |