Beispiel #1
0
 public NodeElementCareAddedEvent(IAcSession acSession, NodeElementCareBase source, INodeElementCareCreateIo output)
     : base(acSession, source)
 {
     if (output == null)
     {
         throw new System.ArgumentNullException("output");
     }
     this.Output = output;
 }
 public NodeElementCareAddedEvent(IAcSession acSession, NodeElementCareBase source, INodeElementCareCreateIo output)
     : base(acSession, source)
 {
     if (output == null)
     {
         throw new System.ArgumentNullException("output");
     }
     this.Output = output;
 }
 internal NodeElementCareRemovedEvent(IAcSession acSession, NodeElementCareBase source, bool isPrivate)
     : this(acSession, source)
 {
     this.IsPrivate = isPrivate;
 }
 public NodeElementCareRemovedEvent(IAcSession acSession, NodeElementCareBase source)
     : base(acSession, source)
 {
 }
Beispiel #5
0
 internal NodeElementCareUpdatedEvent(IAcSession acSession, NodeElementCareBase source, bool isPrivate)
     : this(acSession, source)
 {
     this.IsPrivate = isPrivate;
 }
Beispiel #6
0
 public NodeElementCareUpdatedEvent(IAcSession acSession, NodeElementCareBase source)
     : base(acSession, source)
 {
     this.IsInfoIdItem = source.IsInfoIdItem;
 }
Beispiel #7
0
 public NodeElementCareRemovedEvent(IAcSession acSession, NodeElementCareBase source) : base(acSession, source)
 {
 }
Beispiel #8
0
 internal NodeElementCareAddedEvent(IAcSession acSession, NodeElementCareBase source, INodeElementCareCreateIo input, bool isPrivate)
     : this(acSession, source, input)
 {
     this.IsPrivate = isPrivate;
 }
 internal NodeElementCareAddedEvent(IAcSession acSession, NodeElementCareBase source, INodeElementCareCreateIo input, bool isPrivate)
     : this(acSession, source, input)
 {
     this.IsPrivate = isPrivate;
 }
 public NodeElementCareUpdatedEvent(IAcSession acSession, NodeElementCareBase source)
     : base(acSession, source)
 {
     this.IsInfoIdItem = source.IsInfoIdItem;
 }