Exemple #1
0
 public Transformation()
 {
     this._inputPath = new InputPath();
     this._outputPath = new OutputPath();
 }
Exemple #2
0
 protected virtual void SetOutputName(OutputPath outputPath)
 {
     if (outputPath != null)
     {
         SetOutputName(outputPath.Name);
     }
 }