Method | Description | |
---|---|---|
GetTextOutput ( string sourceText, string>.IDictionary |
Gets the text output.
|
|
TextTransformationService ( ) : System.Collections.Generic |
Initializes a new instance of the TextTransformationService class.
|
|
Transform ( TextTransformationRequest textTransformationRequest ) : TextTransformation |
Transforms the specified source file.
|
Method | Description | |
---|---|---|
GetText ( string sourceFile ) : string |
Gets the text.
|
public GetTextOutput ( string sourceText, string>.IDictionary |
||
sourceText | string | The source text. |
parameters | string>.IDictionary | The parameters. |
removeFileHeaders | bool | if set to |
removeXmlComments | bool | if set to |
removeThisPointer | bool | if set to |
return | string |
public TextTransformationService ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Transform ( TextTransformationRequest textTransformationRequest ) : TextTransformation | ||
textTransformationRequest | TextTransformationRequest | The text transformation request. |
return | TextTransformation |