public ResultStatus LoadESigDetails( NCRResolutionCodeMaint nCRResolutionCodeMaint, NCRResolutionCodeMaint_Request request, out NCRResolutionCodeMaint_Result result) { return(this.LoadESigDetails(nCRResolutionCodeMaint, (NCRResolutionCodeMaint_LoadESigDetails_Parameters)null, request, out result)); }
public ResultStatus Freeze( NCRResolutionCodeMaint nCRResolutionCodeMaint, NCRResolutionCodeMaint_Request request, out NCRResolutionCodeMaint_Result result) { return(this.Freeze(nCRResolutionCodeMaint, (NCRResolutionCodeMaint_Parameters)null, request, out result)); }
public ResultStatus GetWIPMsgs( NCRResolutionCodeMaint nCRResolutionCodeMaint, NCRResolutionCodeMaint_Request request, out NCRResolutionCodeMaint_Result result) { return(this.GetWIPMsgs(nCRResolutionCodeMaint, (NCRResolutionCodeMaint_Parameters)null, request, out result)); }
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)); } }
public ResultStatus CommitTransaction( NCRResolutionCodeMaint_Request request, out NCRResolutionCodeMaint_Result result) { result = (NCRResolutionCodeMaint_Result)null; try { NCRResolutionCodeMaintMethod[] methods = new NCRResolutionCodeMaintMethod[this.GetMethodCount()]; this.CopyMethods((Method[])methods); return(((INCRResolutionCodeMaintService)this._Channel).CommitTransaction(this._UserProfile, methods, request, out result)); } catch (Exception ex) { return(this.OnThrowException(ex)); } }
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); }
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); }
public ResultStatus ExecuteTransaction( NCRResolutionCodeMaint_Request request, out NCRResolutionCodeMaint_Result result) { return(this.ExecuteTransaction((NCRResolutionCodeMaint)null, request, out result)); }
public ResultStatus GetEnvironment( NCRResolutionCodeMaint_Request request, out NCRResolutionCodeMaint_Result result) { return(this.GetEnvironment((NCRResolutionCodeMaint)null, request, out result)); }