Метод | Описание | |
---|---|---|
As ( string type ) : ITableTemplate | ||
Create ( |
||
Delete ( string className ) : void | ||
SetOverwrite ( bool value ) : ITableTemplate | ||
TableTemplateBase ( string template ) : System | ||
Target ( ProjectFileWriter project, string file ) : ITableTemplate |
Метод | Описание | |
---|---|---|
GetConventions ( ) : ITableConventions | ||
SetTemplate ( |
public As ( string type ) : ITableTemplate | ||
type | string | |
Результат | ITableTemplate |
public Create ( |
||
table | ||
Результат | void |
protected abstract GetConventions ( ) : ITableConventions | ||
Результат | ITableConventions |
public SetOverwrite ( bool value ) : ITableTemplate | ||
value | bool | |
Результат | ITableTemplate |
protected abstract SetTemplate ( |
||
table | ||
Результат | void |
public TableTemplateBase ( string template ) : System | ||
template | string | |
Результат | System |
public Target ( ProjectFileWriter project, string file ) : ITableTemplate | ||
project | ProjectFileWriter | |
file | string | |
Результат | ITableTemplate |