Beispiel #1
0
 public ResultStatus LoadESigDetails(
     NCRResolutionCodeMaint nCRResolutionCodeMaint,
     NCRResolutionCodeMaint_Request request,
     out NCRResolutionCodeMaint_Result result)
 {
     return(this.LoadESigDetails(nCRResolutionCodeMaint, (NCRResolutionCodeMaint_LoadESigDetails_Parameters)null, request, out result));
 }
Beispiel #2
0
 public ResultStatus Freeze(
     NCRResolutionCodeMaint nCRResolutionCodeMaint,
     NCRResolutionCodeMaint_Request request,
     out NCRResolutionCodeMaint_Result result)
 {
     return(this.Freeze(nCRResolutionCodeMaint, (NCRResolutionCodeMaint_Parameters)null, request, out result));
 }
Beispiel #3
0
 public ResultStatus GetWIPMsgs(
     NCRResolutionCodeMaint nCRResolutionCodeMaint,
     NCRResolutionCodeMaint_Request request,
     out NCRResolutionCodeMaint_Result result)
 {
     return(this.GetWIPMsgs(nCRResolutionCodeMaint, (NCRResolutionCodeMaint_Parameters)null, request, out result));
 }
Beispiel #4
0
 public NCRResolutionCodeMaintMethod(
     NCRResolutionCodeMaint Cdo,
     NCRResolutionCodeMaintMethods Method,
     NCRResolutionCodeMaint_Parameters Parameters)
 {
     this.Cdo           = Cdo;
     this.ServiceMethod = Method;
     this.Parameters    = Parameters;
 }
Beispiel #5
0
 public ResultStatus GetEnvironment(
     NCRResolutionCodeMaint cdo,
     NCRResolutionCodeMaint_Request request,
     out NCRResolutionCodeMaint_Result result)
 {
     result = (NCRResolutionCodeMaint_Result)null;
     try
     {
         return(((INCRResolutionCodeMaintService)this._Channel).GetEnvironment(this._UserProfile, cdo, request, out result));
     }
     catch (Exception ex)
     {
         return(this.OnThrowException(ex));
     }
 }
Beispiel #6
0
        public ResultStatus AddDataTransaction(NCRResolutionCodeMaint cdo)
        {
            this.OnBeforeCall(nameof(AddDataTransaction), (DCObject)cdo, (Parameters)null, (Request)null);
            ResultStatus res;

            try
            {
                res = !this._IsTransactionOpened ? this.GetAddDataTransactionException() : this.AddMethod((Method) new NCRResolutionCodeMaintMethod(cdo, NCRResolutionCodeMaintMethods.AddDataTransaction, (NCRResolutionCodeMaint_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);
        }
Beispiel #7
0
        public ResultStatus ExecuteTransaction(
            NCRResolutionCodeMaint cdo,
            NCRResolutionCodeMaint_Request request,
            out NCRResolutionCodeMaint_Result result)
        {
            result = (NCRResolutionCodeMaint_Result)null;
            this.OnBeforeCall(nameof(ExecuteTransaction), (DCObject)cdo, (Parameters)null, (Request)request);
            ResultStatus res;

            try
            {
                res = !this._IsTransactionOpened ? ((INCRResolutionCodeMaintService)this._Channel).ExecuteTransaction(this._UserProfile, cdo, request, out result) : this.AddMethod((Method) new NCRResolutionCodeMaintMethod(cdo, NCRResolutionCodeMaintMethods.ExecuteTransaction, (NCRResolutionCodeMaint_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);
        }
Beispiel #8
0
        public ResultStatus Freeze(
            NCRResolutionCodeMaint nCRResolutionCodeMaint,
            NCRResolutionCodeMaint_Parameters parameters,
            NCRResolutionCodeMaint_Request request,
            out NCRResolutionCodeMaint_Result result)
        {
            result = (NCRResolutionCodeMaint_Result)null;
            this.OnBeforeCall(nameof(Freeze), (DCObject)nCRResolutionCodeMaint, (Parameters)parameters, (Request)request);
            ResultStatus res;

            try
            {
                res = !this._IsTransactionOpened ? ((INCRResolutionCodeMaintService)this._Channel).Freeze(this._UserProfile, nCRResolutionCodeMaint, parameters, request, out result) : this.AddMethod((Method) new NCRResolutionCodeMaintMethod(nCRResolutionCodeMaint, NCRResolutionCodeMaintMethods.Freeze, parameters));
            }
            catch (Exception ex)
            {
                res = this.OnThrowException(ex);
            }
            if (res.IsSuccess)
            {
                this.OnAfterCall(nameof(Freeze), res, (DCObject)nCRResolutionCodeMaint, (Parameters)parameters, (Request)request, (Result)result);
            }
            return(res);
        }
Beispiel #9
0
 public ResultStatus ExecuteTransaction(NCRResolutionCodeMaint cdo)
 {
     return(this.ExecuteTransaction(cdo, (NCRResolutionCodeMaint_Request)null, out NCRResolutionCodeMaint_Result _));
 }
Beispiel #10
0
 public ResultStatus Delete(NCRResolutionCodeMaint nCRResolutionCodeMaint)
 {
     return(this.Delete(nCRResolutionCodeMaint, (NCRResolutionCodeMaint_Parameters)null, (NCRResolutionCodeMaint_Request)null, out NCRResolutionCodeMaint_Result _));
 }