コード例 #1
0
 public ResultStatus LoadESigDetails(
     NCRResolutionCodeGroupMaint nCRResolutionCodeGroupMaint,
     NCRResolutionCodeGroupMaint_Request request,
     out NCRResolutionCodeGroupMaint_Result result)
 {
     return(this.LoadESigDetails(nCRResolutionCodeGroupMaint, (NCRResolutionCodeGroupMaint_LoadESigDetails_Parameters)null, request, out result));
 }
コード例 #2
0
 public ResultStatus Freeze(
     NCRResolutionCodeGroupMaint nCRResolutionCodeGroupMaint,
     NCRResolutionCodeGroupMaint_Request request,
     out NCRResolutionCodeGroupMaint_Result result)
 {
     return(this.Freeze(nCRResolutionCodeGroupMaint, (NCRResolutionCodeGroupMaint_Parameters)null, request, out result));
 }
コード例 #3
0
 public NCRResolutionCodeGroupMaintMethod(
     NCRResolutionCodeGroupMaint Cdo,
     NCRResolutionCodeGroupMaintMethods Method,
     NCRResolutionCodeGroupMaint_Parameters Parameters)
 {
     this.Cdo           = Cdo;
     this.ServiceMethod = Method;
     this.Parameters    = Parameters;
 }
コード例 #4
0
 public ResultStatus GetEnvironment(
     NCRResolutionCodeGroupMaint cdo,
     NCRResolutionCodeGroupMaint_Request request,
     out NCRResolutionCodeGroupMaint_Result result)
 {
     result = (NCRResolutionCodeGroupMaint_Result)null;
     try
     {
         return(((INCRResolutionCodeGroupMaintService)this._Channel).GetEnvironment(this._UserProfile, cdo, request, out result));
     }
     catch (Exception ex)
     {
         return(this.OnThrowException(ex));
     }
 }
コード例 #5
0
        public ResultStatus AddDataTransaction(NCRResolutionCodeGroupMaint cdo)
        {
            this.OnBeforeCall(nameof(AddDataTransaction), (DCObject)cdo, (Parameters)null, (Request)null);
            ResultStatus res;

            try
            {
                res = !this._IsTransactionOpened ? this.GetAddDataTransactionException() : this.AddMethod((Method) new NCRResolutionCodeGroupMaintMethod(cdo, NCRResolutionCodeGroupMaintMethods.AddDataTransaction, (NCRResolutionCodeGroupMaint_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);
        }
コード例 #6
0
        public ResultStatus ExecuteTransaction(
            NCRResolutionCodeGroupMaint cdo,
            NCRResolutionCodeGroupMaint_Request request,
            out NCRResolutionCodeGroupMaint_Result result)
        {
            result = (NCRResolutionCodeGroupMaint_Result)null;
            this.OnBeforeCall(nameof(ExecuteTransaction), (DCObject)cdo, (Parameters)null, (Request)request);
            ResultStatus res;

            try
            {
                res = !this._IsTransactionOpened ? ((INCRResolutionCodeGroupMaintService)this._Channel).ExecuteTransaction(this._UserProfile, cdo, request, out result) : this.AddMethod((Method) new NCRResolutionCodeGroupMaintMethod(cdo, NCRResolutionCodeGroupMaintMethods.ExecuteTransaction, (NCRResolutionCodeGroupMaint_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);
        }
コード例 #7
0
        public ResultStatus Freeze(
            NCRResolutionCodeGroupMaint nCRResolutionCodeGroupMaint,
            NCRResolutionCodeGroupMaint_Parameters parameters,
            NCRResolutionCodeGroupMaint_Request request,
            out NCRResolutionCodeGroupMaint_Result result)
        {
            result = (NCRResolutionCodeGroupMaint_Result)null;
            this.OnBeforeCall(nameof(Freeze), (DCObject)nCRResolutionCodeGroupMaint, (Parameters)parameters, (Request)request);
            ResultStatus res;

            try
            {
                res = !this._IsTransactionOpened ? ((INCRResolutionCodeGroupMaintService)this._Channel).Freeze(this._UserProfile, nCRResolutionCodeGroupMaint, parameters, request, out result) : this.AddMethod((Method) new NCRResolutionCodeGroupMaintMethod(nCRResolutionCodeGroupMaint, NCRResolutionCodeGroupMaintMethods.Freeze, parameters));
            }
            catch (Exception ex)
            {
                res = this.OnThrowException(ex);
            }
            if (res.IsSuccess)
            {
                this.OnAfterCall(nameof(Freeze), res, (DCObject)nCRResolutionCodeGroupMaint, (Parameters)parameters, (Request)request, (Result)result);
            }
            return(res);
        }
コード例 #8
0
 public ResultStatus ExecuteTransaction(NCRResolutionCodeGroupMaint cdo)
 {
     return(this.ExecuteTransaction(cdo, (NCRResolutionCodeGroupMaint_Request)null, out NCRResolutionCodeGroupMaint_Result _));
 }
コード例 #9
0
 public ResultStatus Delete(
     NCRResolutionCodeGroupMaint nCRResolutionCodeGroupMaint)
 {
     return(this.Delete(nCRResolutionCodeGroupMaint, (NCRResolutionCodeGroupMaint_Parameters)null, (NCRResolutionCodeGroupMaint_Request)null, out NCRResolutionCodeGroupMaint_Result _));
 }
コード例 #10
0
 public ResultStatus GetWIPMsgs(
     NCRResolutionCodeGroupMaint nCRResolutionCodeGroupMaint)
 {
     return(this.GetWIPMsgs(nCRResolutionCodeGroupMaint, (NCRResolutionCodeGroupMaint_Parameters)null, (NCRResolutionCodeGroupMaint_Request)null, out NCRResolutionCodeGroupMaint_Result _));
 }