public ResultStatus LoadESigDetails( ActionCategoryMaint actionCategoryMaint, ActionCategoryMaint_Request request, out ActionCategoryMaint_Result result) { return(this.LoadESigDetails(actionCategoryMaint, (ActionCategoryMaint_LoadESigDetails_Parameters)null, request, out result)); }
public ResultStatus Freeze( ActionCategoryMaint actionCategoryMaint, ActionCategoryMaint_Request request, out ActionCategoryMaint_Result result) { return(this.Freeze(actionCategoryMaint, (ActionCategoryMaint_Parameters)null, request, out result)); }
public ResultStatus GetWIPMsgs( ActionCategoryMaint actionCategoryMaint, ActionCategoryMaint_Request request, out ActionCategoryMaint_Result result) { return(this.GetWIPMsgs(actionCategoryMaint, (ActionCategoryMaint_Parameters)null, request, out result)); }
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)); } }
public ResultStatus CommitTransaction( ActionCategoryMaint_Request request, out ActionCategoryMaint_Result result) { result = (ActionCategoryMaint_Result)null; try { ActionCategoryMaintMethod[] methods = new ActionCategoryMaintMethod[this.GetMethodCount()]; this.CopyMethods((Method[])methods); return(((IActionCategoryMaintService)this._Channel).CommitTransaction(this._UserProfile, methods, request, out result)); } catch (Exception ex) { return(this.OnThrowException(ex)); } }
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); }
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); }
public ResultStatus ExecuteTransaction( ActionCategoryMaint_Request request, out ActionCategoryMaint_Result result) { return(this.ExecuteTransaction((ActionCategoryMaint)null, request, out result)); }
public ResultStatus GetEnvironment( ActionCategoryMaint_Request request, out ActionCategoryMaint_Result result) { return(this.GetEnvironment((ActionCategoryMaint)null, request, out result)); }