C# Класс BlogTalkRadio.Tools.CFT.TransformationTask

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Execute ( string destinationFilePath ) : void

Make transformation of file SourceFilePath with transform file TransformFile to destinationFilePath.

TransformationTask ( ) : System

Initializes a new instance of the TransformationTask class.

Uses the TraceTransformationLogger as the default logger.

TransformationTask ( IXmlTransformationLogger transformationLogger ) : System

Initializes a new instance of the TransformationTask class.

TransformationTask ( string sourceFilePath, string transformFilePath ) : System

Create new TransformationTask object and set values for SourceFilePath and TransformFile

Описание методов

Execute() публичный Метод

Make transformation of file SourceFilePath with transform file TransformFile to destinationFilePath.
public Execute ( string destinationFilePath ) : void
destinationFilePath string File path of destination transformation.
Результат void

TransformationTask() публичный Метод

Initializes a new instance of the TransformationTask class.
Uses the TraceTransformationLogger as the default logger.
public TransformationTask ( ) : System
Результат System

TransformationTask() публичный Метод

Initializes a new instance of the TransformationTask class.
public TransformationTask ( IXmlTransformationLogger transformationLogger ) : System
transformationLogger IXmlTransformationLogger The transformation logger.
Результат System

TransformationTask() публичный Метод

Create new TransformationTask object and set values for SourceFilePath and TransformFile
public TransformationTask ( string sourceFilePath, string transformFilePath ) : System
sourceFilePath string Source file path
transformFilePath string Transformation file path
Результат System