Пример #1
0
 public void SetValues(BoundaryEvent otherEvent)
 {
     base.SetValues(otherEvent);
     attachedToRefId = otherEvent.AttachedToRefId;
     attachedToRef   = otherEvent.AttachedToRef;
     cancelActivity  = otherEvent.IsCancelActivity;
 }
Пример #2
0
        public override BaseElement Clone()
        {
            BoundaryEvent clone = new BoundaryEvent();

            clone.SetValues(this);
            return(clone);
        }