Exemplo n.º 1
0
 public IEnumerable<FlowDef> GetFlowsForPortOut(TaskOutPortType portType)
 {
     return this.FlowsOut.Where(x => x.SourcePortType == portType);
 }
Exemplo n.º 2
0
 public IEnumerable <FlowDef> GetFlowsForPortOut(TaskOutPortType portType)
 {
     return(this.FlowsOut.Where(x => x.SourcePortType == portType));
 }