//private IDictionary<string, FlowElement> flowElementById; public Process() { this.flowElements = new FlowElementCollection(this); this.processType = ProcessType.None; this.isClosed = false; this.isExecutable = false; }
public SubProcess() { this.flowElements = new FlowElementCollection(this); }