Méthode | Description | |
---|---|---|
AddItemTemplateToProjects ( IEnumerable |
Adds the item template to project.
|
|
AddItemTemplateToProjects ( IEnumerable |
Adds the item template to project.
|
|
AddProjectToSolution ( string path, string templatePath, string projectName ) : void |
Adds the project to solution.
|
|
AddProjectToSubFolder ( string solutionFolderName, string path, string templatePath, string projectName ) : void |
Adds the project to sub folder.
|
|
AddSolutionFolder ( string solutionFolder ) : void |
Adds the item.
|
|
AddSolutionItem ( string solutionFolder, string path ) : void |
Adds the item.
|
|
CreateEmptySolution ( string solutionPath, string solutionName ) : void |
Creates the empty solution.
|
|
CreateFile ( string file, string contents ) : void |
Creates the file.
|
|
GetDirectoryName ( ) : string |
Gets the directory name.
|
|
GetGlobalVariable ( string key ) : object |
Gets the global variable.
|
|
GetGlobalVariables ( ) : string>.Dictionary |
Gets the global variables.
|
|
GetParentDirectoryName ( ) : string |
Gets the name of the parent directory.
|
|
GetProject ( string projectName ) : Entities.Project |
Gets the projects.
|
|
GetProjectItemService ( string path ) : IProjectItemService |
Gets the project item service.
|
|
GetProjectItemTemplate ( string templateName ) : string |
Gets the item template.
|
|
GetProjectService ( string projectName ) : IProjectService |
Gets the project service.
|
|
GetProjectTemplate ( string templateName ) : string |
Gets the project template.
|
|
GetProjects ( ) : IEnumerable |
Gets the projects.
|
|
GetSolutionItemPath ( string file ) : string |
Gets the solution item path.
|
|
GetSolutionSubFolder ( string solutionFolderName ) : Entities.Project |
Gets the solution sub folder.
|
|
GlobalVariableExists ( string key ) : bool |
Globals the variable exists.
|
|
OpenFile ( string path ) : void |
Opens the file.
|
|
RemoveComments ( ) : void |
Removes the comments.
|
|
RemoveFileHeaders ( ) : void |
Removes the comments.
|
|
RemoveFolder ( string folderName ) : void |
Removes the folder.
|
|
RemoveGlobalVariables ( ) : void |
Removes the global variables.
|
|
ReplaceText ( string text, string replacementText ) : void |
Replaces the text.
|
|
ReplaceTextInCSharpFiles ( string text, string replacementText ) : void |
Replaces the text in c sharp files.
|
|
SetGlobalVariable ( string key, object value ) : void |
Sets the global variable.
|
|
SetStartUpProject ( string projectName ) : void |
Sets the start up project.
|
|
SolutionService ( Solution solution ) : System |
Initializes a new instance of the SolutionService class.
|
|
WriteFile ( string path, string contents ) : void |
Writes the file.
|
public AddItemTemplateToProjects ( IEnumerable |
||
templateInfos | IEnumerable |
The template infos. |
Résultat | IEnumerable |
public AddItemTemplateToProjects ( IEnumerable |
||
textTemplateInfos | IEnumerable |
The text template infos. |
outputTextTemplateContentToTraceFile | bool | if set to |
Résultat | IEnumerable |
public AddProjectToSolution ( string path, string templatePath, string projectName ) : void | ||
path | string | The path. |
templatePath | string | The template path. |
projectName | string | ProjectName of the project. |
Résultat | void |
public AddProjectToSubFolder ( string solutionFolderName, string path, string templatePath, string projectName ) : void | ||
solutionFolderName | string | Name of the solution folder. |
path | string | The path. |
templatePath | string | The template path. |
projectName | string | Name of the project. |
Résultat | void |
public AddSolutionFolder ( string solutionFolder ) : void | ||
solutionFolder | string | The solution folder. |
Résultat | void |
public AddSolutionItem ( string solutionFolder, string path ) : void | ||
solutionFolder | string | The solution folder. |
path | string | The path. |
Résultat | void |
public CreateEmptySolution ( string solutionPath, string solutionName ) : void | ||
solutionPath | string | The solution path. |
solutionName | string | Name of the solution. |
Résultat | void |
public CreateFile ( string file, string contents ) : void | ||
file | string | The file. |
contents | string | The contents. |
Résultat | void |
public GetGlobalVariable ( string key ) : object | ||
key | string | The key. |
Résultat | object |
public GetGlobalVariables ( ) : string>.Dictionary |
||
Résultat | string>.Dictionary |
public GetProject ( string projectName ) : Entities.Project | ||
projectName | string | Name of the project. |
Résultat | Entities.Project |
public GetProjectItemService ( string path ) : IProjectItemService | ||
path | string | The path. |
Résultat | IProjectItemService |
public GetProjectItemTemplate ( string templateName ) : string | ||
templateName | string | ProjectName of the template. |
Résultat | string |
public GetProjectService ( string projectName ) : IProjectService | ||
projectName | string | Name of the project. |
Résultat | IProjectService |
public GetProjectTemplate ( string templateName ) : string | ||
templateName | string | ProjectName of the template. |
Résultat | string |
public GetSolutionItemPath ( string file ) : string | ||
file | string | The file. |
Résultat | string |
public GetSolutionSubFolder ( string solutionFolderName ) : Entities.Project | ||
solutionFolderName | string | Name of the solution folder. |
Résultat | Entities.Project |
public GlobalVariableExists ( string key ) : bool | ||
key | string | The key. |
Résultat | bool |
public OpenFile ( string path ) : void | ||
path | string | The path. |
Résultat | void |
public RemoveFolder ( string folderName ) : void | ||
folderName | string | Name of the folder. |
Résultat | void |
public ReplaceText ( string text, string replacementText ) : void | ||
text | string | The text. |
replacementText | string | The replacement text. |
Résultat | void |
public ReplaceTextInCSharpFiles ( string text, string replacementText ) : void | ||
text | string | The text. |
replacementText | string | The replacement text. |
Résultat | void |
public SetGlobalVariable ( string key, object value ) : void | ||
key | string | The key. |
value | object | The value. |
Résultat | void |
public SetStartUpProject ( string projectName ) : void | ||
projectName | string | Name of the project. |
Résultat | void |
public SolutionService ( Solution solution ) : System | ||
solution | Solution | The solution. |
Résultat | System |
public WriteFile ( string path, string contents ) : void | ||
path | string | The path. |
contents | string | The contents. |
Résultat | void |