C# 클래스 BlogTalkRadio.Tools.CFT.TransformationTask

파일 보기 프로젝트 열기: benjamine/CFT 1 사용 예제들

공개 메소드들

메소드 설명
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