예제 #1
0
 public void StartBusinessobject(string acUrl, ACValueList parameterList, string acCaption = "")
 {
     if (DockingManager == null)
     {
         return;
     }
     DockingManager.StartBusinessobject(acUrl, parameterList, acCaption);
 }
 public override void Recycle(IACObject content, IACObject parentACObject, ACValueList parameter, string acIdentifier = "")
 {
     // 9. Reset local members to make this instance reusable when it was taken from the component pool
     using (ACMonitor.Lock(_20015_LockValue))
     {
         _CurrentInOrder = null;
     }
     base.Recycle(content, parentACObject, parameter, acIdentifier);
 }
예제 #3
0
 public BSOMaterial(ACClass acType, IACObject content, IACObject parentACObject, ACValueList parameter, string acIdentifier = "")
     : base(acType, content, parentACObject, parameter, acIdentifier)
 {
 }
 public PWProcFuncOrder(ACClass acType, IACObject content, IACObject parentACObject, ACValueList parameter, string acIdentifier = "")
     : base(acType, content, parentACObject, parameter, acIdentifier)
 {
 }
예제 #5
0
 public PAMOrder(ACClass acType, IACObject content, IACObject parentACObject, ACValueList parameter, string acIdentifier = "")
     : base(acType, content, parentACObject, parameter, acIdentifier)
 {
     _PAPointMatIn1  = new PAPoint(this, Const.PAPointMatIn1);
     _PAPointMatOut1 = new PAPoint(this, Const.PAPointMatOut1);
 }