C# Класс Scorchio.VisualStudio.Services.TextTransformationService

Defines the TextTransformationService type.
Наследование: ITextTransformationService
Показать файл Открыть проект

Открытые методы

Метод Описание
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