C# 클래스 Scorchio.VisualStudio.Services.TextTransformationService

Defines the TextTransformationService type.
상속: ITextTransformationService
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

메소드 설명
GetTextOutput ( string sourceText, string>.IDictionary parameters, bool removeFileHeaders, bool removeXmlComments, bool removeThisPointer ) : string

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.

메소드 상세

GetTextOutput() 공개 메소드

Gets the text output.
public GetTextOutput ( string sourceText, string>.IDictionary parameters, bool removeFileHeaders, bool removeXmlComments, bool removeThisPointer ) : string
sourceText string The source text.
parameters string>.IDictionary The parameters.
removeFileHeaders bool if set to true [remove file headers].
removeXmlComments bool if set to true [remove XML comments].
removeThisPointer bool if set to true [remove this pointer].
리턴 string

TextTransformationService() 공개 메소드

Initializes a new instance of the TextTransformationService class.
public TextTransformationService ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Transform() 공개 메소드

Transforms the specified source file.
public Transform ( TextTransformationRequest textTransformationRequest ) : TextTransformation
textTransformationRequest TextTransformationRequest The text transformation request.
리턴 TextTransformation