예제 #1
0
 public IntelliFlowOutput Execute()
 {
     Properties = new SharedIntelliFlowProperties();
     return(new IntelliFlowItemProcessor().Execute(this));
 }
예제 #2
0
 protected AIntelliFlowItem()
 {
     Input      = new IntelliFlowItemInput();
     Output     = new IntelliFlowItemOutput();
     Properties = new SharedIntelliFlowProperties();
 }