Свойство | Type | Description | |
---|---|---|---|
EntityFrameworkTemplateFileManager | System |
Méthode | Description | |
---|---|---|
Create ( object textTransformation ) : |
Creates the VsEntityFrameworkTemplateFileManager if VS is detected, otherwise creates the file system version.
|
|
EndBlock ( ) : void | ||
Process ( bool split = true ) : IEnumerable |
Produce the template output files.
|
|
StartFooter ( ) : void | ||
StartHeader ( ) : void | ||
StartNewFile ( string name ) : void |
Marks the end of the last file if there was one, and starts a new and marks this point in generation as a new file.
|
Méthode | Description | |
---|---|---|
CreateFile ( string fileName, string content ) : void | ||
IsFileContentDifferent ( String fileName, string newContent ) : bool |
Méthode | Description | |
---|---|---|
EntityFrameworkTemplateFileManager ( object textTransformation ) : System |
Initializes an EntityFrameworkTemplateFileManager Instance with the TextTransformation (T4 generated class) that is currently running
|
public static Create ( object textTransformation ) : |
||
textTransformation | object | |
Résultat |
protected CreateFile ( string fileName, string content ) : void | ||
fileName | string | |
content | string | |
Résultat | void |
protected IsFileContentDifferent ( String fileName, string newContent ) : bool | ||
fileName | String | |
newContent | string | |
Résultat | bool |
public Process ( bool split = true ) : IEnumerable |
||
split | bool | |
Résultat | IEnumerable |