Méthode | Description | |
---|---|---|
AddHeaderComment ( string headerComment ) : void |
Adds the header comment.
|
|
AddNameSpace ( string nameSpace ) : CodeNamespace |
Adds the name space.
|
|
AddUsingStatement ( string usingStatement ) : void |
Adds the using statement.
|
|
CreateInterface ( ) : CodeInterface |
Creates the interface.
|
|
DeleteFolder ( IEnumerable |
Deletes the folder.
|
|
FixUsingStatements ( ) : void |
Fixes the using statements.
|
|
GetCSharpProjectItems ( ) : IEnumerable |
Gets the c# project items.
|
|
GetFirstClass ( ) : CodeClass |
Gets the first class.
|
|
GetFirstCodeElement ( ) : CodeElement |
Gets the first code element.
|
|
GetFirstInterface ( ) : CodeInterface |
Gets the first interface.
|
|
GetFirstNameSpace ( ) : CodeNamespace |
Gets the first name space.
|
|
GetFolder ( string folderName ) : IProjectItemService |
Gets the folder.
|
|
GetFolder ( ) : string |
Gets the folder.
|
|
GetFolderOrCreate ( string folderName ) : IProjectItemService |
Gets the folder or create.
|
|
GetFolderProjectItems ( ) : IEnumerable |
Gets the folder project items.
|
|
GetNameSpace ( ) : CodeNamespace |
Gets the name space.
|
|
GetProjectItem ( string name ) : IProjectItemService |
Gets the project item.
|
|
GetSubProjectItems ( ) : IEnumerable |
Gets the sub project items.
|
|
GetUsingStatements ( ) : IEnumerable |
Gets the using statements.
|
|
ImplementCodeSnippet ( CodeSnippet codeSnippet, bool formatFunctionParameters ) : void |
Implements the code snippet.
|
|
ImplementUnitTestingCodeSnippet ( CodeSnippet codeSnippet, string codeFile, bool removeHeader, bool removeComments, bool formatFunctionParameters ) : void |
Implements the unit testing code snippet.
|
|
IsCSharpFile ( ) : bool |
Determines whether [is C sharp file].
|
|
MoveUsingStatements ( ) : void |
Moves the using statements.
|
|
Open ( ) : void |
Opens this instance.
|
|
ProjectItemService ( ProjectItem projectItem ) : System.Collections.Generic |
Initializes a new instance of the ProjectItemService class.
|
|
Remove ( ) : void |
Removes this instance.
|
|
RemoveAndDelete ( ) : void |
Removes the and delete.
|
|
RemoveComments ( ) : void |
Removes the comments.
|
|
RemoveDoubleBlankLines ( ) : void |
Removes the double blank lines.
|
|
RemoveHeader ( ) : void |
Removes the header.
|
|
ReplacePattern ( string text, string replacementText ) : void |
Replaces the pattern.
|
|
ReplaceText ( string text, string replacementText ) : void |
Replaces the text.
|
|
Save ( ) : void |
Saves this instance.
|
|
SortAndRemoveUsingStatements ( ) : void |
Sorts the and remove using statements.
|
public AddHeaderComment ( string headerComment ) : void | ||
headerComment | string | The header comment. |
Résultat | void |
public AddNameSpace ( string nameSpace ) : CodeNamespace | ||
nameSpace | string | The name space. |
Résultat | CodeNamespace |
public AddUsingStatement ( string usingStatement ) : void | ||
usingStatement | string | The using statement. |
Résultat | void |
public DeleteFolder ( IEnumerable |
||
excludeFiles | IEnumerable |
The exclude files. |
Résultat | void |
public GetCSharpProjectItems ( ) : IEnumerable |
||
Résultat | IEnumerable |
public GetFirstCodeElement ( ) : CodeElement | ||
Résultat | CodeElement |
public GetFirstInterface ( ) : CodeInterface | ||
Résultat | CodeInterface |
public GetFirstNameSpace ( ) : CodeNamespace | ||
Résultat | CodeNamespace |
public GetFolder ( string folderName ) : IProjectItemService | ||
folderName | string | Name of the folder. |
Résultat | IProjectItemService |
public GetFolderOrCreate ( string folderName ) : IProjectItemService | ||
folderName | string | Name of the folder. |
Résultat | IProjectItemService |
public GetFolderProjectItems ( ) : IEnumerable |
||
Résultat | IEnumerable |
public GetProjectItem ( string name ) : IProjectItemService | ||
name | string | The name. |
Résultat | IProjectItemService |
public GetSubProjectItems ( ) : IEnumerable |
||
Résultat | IEnumerable |
public GetUsingStatements ( ) : IEnumerable |
||
Résultat | IEnumerable |
public ImplementCodeSnippet ( CodeSnippet codeSnippet, bool formatFunctionParameters ) : void | ||
codeSnippet | CodeSnippet | The code snippet. |
formatFunctionParameters | bool | if set to |
Résultat | void |
public ImplementUnitTestingCodeSnippet ( CodeSnippet codeSnippet, string codeFile, bool removeHeader, bool removeComments, bool formatFunctionParameters ) : void | ||
codeSnippet | CodeSnippet | The code snippet. |
codeFile | string | The code file. |
removeHeader | bool | if set to |
removeComments | bool | if set to |
formatFunctionParameters | bool | if set to |
Résultat | void |
public ProjectItemService ( ProjectItem projectItem ) : System.Collections.Generic | ||
projectItem | ProjectItem | The project item. |
Résultat | System.Collections.Generic |
public ReplacePattern ( string text, string replacementText ) : void | ||
text | string | The text. |
replacementText | string | The replacement text. |
Résultat | void |
public ReplaceText ( string text, string replacementText ) : void | ||
text | string | The text. |
replacementText | string | The replacement text. |
Résultat | void |
public SortAndRemoveUsingStatements ( ) : void | ||
Résultat | void |