Пример #1
0
 public I_set_time_of_result set_time_of(type_of_time_event type)
 => new I_set_time_of_result(_path, type);
Пример #2
0
 public I_set_time_of_result_to_result(Path path, type_of_time_event typeOfTimeEvent, DateTime date)
 {
     _path            = path;
     _typeOfTimeEvent = typeOfTimeEvent;
     _date            = date;
 }
Пример #3
0
 public the_time_of_result_on_result(FluentPathSpec that, type_of_time_event typeOfTime, string relativePath)
 {
     _that         = that;
     _typeOfTime   = typeOfTime;
     _relativePath = relativePath;
 }
Пример #4
0
 public I_set_time_of_result(Path path, type_of_time_event typeOfTimeEvent)
 {
     _path            = path;
     _typeOfTimeEvent = typeOfTimeEvent;
 }
Пример #5
0
 public the_time_of_result(FluentPathSpec that, type_of_time_event typeOfTime)
 {
     _that       = that;
     _typeOfTime = typeOfTime;
 }