메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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 |
리턴 | string |
public TextTransformationService ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public Transform ( TextTransformationRequest textTransformationRequest ) : TextTransformation | ||
textTransformationRequest | TextTransformationRequest | The text transformation request. |
리턴 | TextTransformation |