Exemplo n.º 1
0
 public to_move_from_result(FluentPathSpec that, Overwrite overwrite, string from)
 {
     _that      = that;
     _overwrite = overwrite;
     _from      = from;
 }
Exemplo n.º 2
0
 public I_move_from_result(FluentPathSpec that, string from)
 {
     _that = that;
     _from = from;
 }
Exemplo n.º 3
0
 public I_use_overwrite_mode_to_move_result(FluentPathSpec that, Overwrite overwrite)
 {
     _that      = that;
     _overwrite = overwrite;
 }
Exemplo n.º 4
0
 public I_copy_result(FluentPathSpec that, string relativePath)
 {
     _that         = that;
     _relativePath = relativePath;
 }