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