Exemplo n.º 1
0
 protected bool Equals(NodeModel other)
 {
     return string.Equals(Identifier, other.Identifier);
 }
 private void BuildNode(WorkflowDefinitionBuilder workflowBuilder, NodeBuilder nodeBuilder, NodeModel node)
 {
     nodeBuilder.BuildNode();
 }