Exemplo n.º 1
0
 public UserTask(EloixClient.IndexServer.Activity @activity, EloixClient.IndexServer.Reminder @reminder, EloixClient.IndexServer.WFCollectNode @wfNode, EloixClient.IndexServer.Sord @sord)
 {
     this.activityValue = @activity;
     this.reminderValue = @reminder;
     this.wfNodeValue   = @wfNode;
     this.sordValue     = @sord;
 }
Exemplo n.º 2
0
        public virtual void onAfterCheckinActivity(EloixClient.IndexServer.IXServerEventsContext ec, EloixClient.IndexServer.Activity act, bool isNew, EloixClient.IndexServer.Sord sord, EloixClient.IndexServer.SordZ sordZ, EloixClient.IndexServer.LockZ unlockZ, BAsyncResult <Object> asyncResult)
        {
            Object    __byps__ret = default(Object);
            Exception __byps__ex  = null;

            try {
                onAfterCheckinActivity(ec, act, isNew, sord, sordZ, unlockZ);
            }
            catch (Exception e) { __byps__ex = e; }
            asyncResult(__byps__ret, __byps__ex);
        }
Exemplo n.º 3
0
        public virtual void onAfterCheckinActivity(EloixClient.IndexServer.IXServerEventsContext ec, EloixClient.IndexServer.Activity act, bool isNew, EloixClient.IndexServer.Sord sord, EloixClient.IndexServer.SordZ sordZ, EloixClient.IndexServer.LockZ unlockZ, BAsyncResult <Object> asyncResult)
        {
            BRequest_IXServerEvents_onAfterCheckinActivity req = new BRequest_IXServerEvents_onAfterCheckinActivity();

            req.ecValue      = ec;
            req.actValue     = act;
            req.isNewValue   = isNew;
            req.sordValue    = sord;
            req.sordZValue   = sordZ;
            req.unlockZValue = unlockZ;
            transport.sendMethod(req, asyncResult);
        }
Exemplo n.º 4
0
 public virtual void onAfterCheckinActivity(EloixClient.IndexServer.IXServerEventsContext ec, EloixClient.IndexServer.Activity act, bool isNew, EloixClient.IndexServer.Sord sord, EloixClient.IndexServer.SordZ sordZ, EloixClient.IndexServer.LockZ unlockZ)
 {
     throw new BException(BExceptionC.UNSUPPORTED_METHOD, "");
 }
Exemplo n.º 5
0
        public virtual void onAfterCheckinActivity(EloixClient.IndexServer.IXServerEventsContext ec, EloixClient.IndexServer.Activity act, bool isNew, EloixClient.IndexServer.Sord sord, EloixClient.IndexServer.SordZ sordZ, EloixClient.IndexServer.LockZ unlockZ)
        {
            BSyncResult <Object> asyncResult = new BSyncResult <Object>();

            onAfterCheckinActivity(ec, act, isNew, sord, sordZ, unlockZ, BAsyncResultHelper.ToDelegate <Object>(asyncResult));
            asyncResult.GetResult();
        }