예제 #1
0
 public bool HasExecutionStep(IntegrationStep step)
 {
     return((StepToExecute & step) > 0);
 }
예제 #2
0
 public bool HasDependOnStep(IntegrationStep step)
 {
     return((DependOnStep & step) > 0);
 }