Exemplo n.º 1
0
 public ResultStatus LoadESigDetails(
     ActionCategoryMaint actionCategoryMaint,
     ActionCategoryMaint_Request request,
     out ActionCategoryMaint_Result result)
 {
     return(this.LoadESigDetails(actionCategoryMaint, (ActionCategoryMaint_LoadESigDetails_Parameters)null, request, out result));
 }
Exemplo n.º 2
0
 public ResultStatus Freeze(
     ActionCategoryMaint actionCategoryMaint,
     ActionCategoryMaint_Request request,
     out ActionCategoryMaint_Result result)
 {
     return(this.Freeze(actionCategoryMaint, (ActionCategoryMaint_Parameters)null, request, out result));
 }
Exemplo n.º 3
0
 public ResultStatus GetWIPMsgs(
     ActionCategoryMaint actionCategoryMaint,
     ActionCategoryMaint_Request request,
     out ActionCategoryMaint_Result result)
 {
     return(this.GetWIPMsgs(actionCategoryMaint, (ActionCategoryMaint_Parameters)null, request, out result));
 }
Exemplo n.º 4
0
 public ActionCategoryMaintMethod(
     ActionCategoryMaint Cdo,
     ActionCategoryMaintMethods Method,
     ActionCategoryMaint_Parameters Parameters)
 {
     this.Cdo           = Cdo;
     this.ServiceMethod = Method;
     this.Parameters    = Parameters;
 }
Exemplo n.º 5
0
 public ResultStatus GetEnvironment(
     ActionCategoryMaint cdo,
     ActionCategoryMaint_Request request,
     out ActionCategoryMaint_Result result)
 {
     result = (ActionCategoryMaint_Result)null;
     try
     {
         return(((IActionCategoryMaintService)this._Channel).GetEnvironment(this._UserProfile, cdo, request, out result));
     }
     catch (Exception ex)
     {
         return(this.OnThrowException(ex));
     }
 }
Exemplo n.º 6
0
        public ResultStatus AddDataTransaction(ActionCategoryMaint cdo)
        {
            this.OnBeforeCall(nameof(AddDataTransaction), (DCObject)cdo, (Parameters)null, (Request)null);
            ResultStatus res;

            try
            {
                res = !this._IsTransactionOpened ? this.GetAddDataTransactionException() : this.AddMethod((Method) new ActionCategoryMaintMethod(cdo, ActionCategoryMaintMethods.AddDataTransaction, (ActionCategoryMaint_Parameters)null));
            }
            catch (Exception ex)
            {
                res = this.OnThrowException(ex);
            }
            if (res.IsSuccess)
            {
                Result result;
                this.OnAfterCall(nameof(AddDataTransaction), res, (DCObject)cdo, (Parameters)null, (Request)null, result);
            }
            return(res);
        }
Exemplo n.º 7
0
        public ResultStatus ExecuteTransaction(
            ActionCategoryMaint cdo,
            ActionCategoryMaint_Request request,
            out ActionCategoryMaint_Result result)
        {
            result = (ActionCategoryMaint_Result)null;
            this.OnBeforeCall(nameof(ExecuteTransaction), (DCObject)cdo, (Parameters)null, (Request)request);
            ResultStatus res;

            try
            {
                res = !this._IsTransactionOpened ? ((IActionCategoryMaintService)this._Channel).ExecuteTransaction(this._UserProfile, cdo, request, out result) : this.AddMethod((Method) new ActionCategoryMaintMethod(cdo, ActionCategoryMaintMethods.ExecuteTransaction, (ActionCategoryMaint_Parameters)null));
            }
            catch (Exception ex)
            {
                res = this.OnThrowException(ex);
            }
            if (res.IsSuccess)
            {
                this.OnAfterCall(nameof(ExecuteTransaction), res, (DCObject)cdo, (Parameters)null, (Request)request, (Result)result);
            }
            return(res);
        }
Exemplo n.º 8
0
        public ResultStatus Freeze(
            ActionCategoryMaint actionCategoryMaint,
            ActionCategoryMaint_Parameters parameters,
            ActionCategoryMaint_Request request,
            out ActionCategoryMaint_Result result)
        {
            result = (ActionCategoryMaint_Result)null;
            this.OnBeforeCall(nameof(Freeze), (DCObject)actionCategoryMaint, (Parameters)parameters, (Request)request);
            ResultStatus res;

            try
            {
                res = !this._IsTransactionOpened ? ((IActionCategoryMaintService)this._Channel).Freeze(this._UserProfile, actionCategoryMaint, parameters, request, out result) : this.AddMethod((Method) new ActionCategoryMaintMethod(actionCategoryMaint, ActionCategoryMaintMethods.Freeze, parameters));
            }
            catch (Exception ex)
            {
                res = this.OnThrowException(ex);
            }
            if (res.IsSuccess)
            {
                this.OnAfterCall(nameof(Freeze), res, (DCObject)actionCategoryMaint, (Parameters)parameters, (Request)request, (Result)result);
            }
            return(res);
        }
Exemplo n.º 9
0
 public ResultStatus ExecuteTransaction(ActionCategoryMaint cdo)
 {
     return(this.ExecuteTransaction(cdo, (ActionCategoryMaint_Request)null, out ActionCategoryMaint_Result _));
 }
Exemplo n.º 10
0
 public ResultStatus Delete(ActionCategoryMaint actionCategoryMaint)
 {
     return(this.Delete(actionCategoryMaint, (ActionCategoryMaint_Parameters)null, (ActionCategoryMaint_Request)null, out ActionCategoryMaint_Result _));
 }