Exemplo n.º 1
0
 public ResultStatus Freeze(
     EmployeeLoginInfoMaint employeeLoginInfoMaint,
     EmployeeLoginInfoMaint_Request request,
     out EmployeeLoginInfoMaint_Result result)
 {
     return(this.Freeze(employeeLoginInfoMaint, (EmployeeLoginInfoMaint_Parameters)null, request, out result));
 }
Exemplo n.º 2
0
 public ResultStatus LoadESigDetails(
     EmployeeLoginInfoMaint employeeLoginInfoMaint,
     EmployeeLoginInfoMaint_Request request,
     out EmployeeLoginInfoMaint_Result result)
 {
     return(this.LoadESigDetails(employeeLoginInfoMaint, (EmployeeLoginInfoMaint_LoadESigDetails_Parameters)null, request, out result));
 }
Exemplo n.º 3
0
 public ResultStatus GetWIPMsgs(
     EmployeeLoginInfoMaint employeeLoginInfoMaint,
     EmployeeLoginInfoMaint_Request request,
     out EmployeeLoginInfoMaint_Result result)
 {
     return(this.GetWIPMsgs(employeeLoginInfoMaint, (EmployeeLoginInfoMaint_Parameters)null, request, out result));
 }
Exemplo n.º 4
0
 public EmployeeLoginInfoMaintMethod(
     EmployeeLoginInfoMaint Cdo,
     EmployeeLoginInfoMaintMethods Method,
     EmployeeLoginInfoMaint_Parameters Parameters)
 {
     this.Cdo           = Cdo;
     this.ServiceMethod = Method;
     this.Parameters    = Parameters;
 }
Exemplo n.º 5
0
 public ResultStatus GetEnvironment(
     EmployeeLoginInfoMaint cdo,
     EmployeeLoginInfoMaint_Request request,
     out EmployeeLoginInfoMaint_Result result)
 {
     result = (EmployeeLoginInfoMaint_Result)null;
     try
     {
         return(((IEmployeeLoginInfoMaintService)this._Channel).GetEnvironment(this._UserProfile, cdo, request, out result));
     }
     catch (Exception ex)
     {
         return(this.OnThrowException(ex));
     }
 }
Exemplo n.º 6
0
        public ResultStatus AddDataTransaction(EmployeeLoginInfoMaint cdo)
        {
            this.OnBeforeCall(nameof(AddDataTransaction), (DCObject)cdo, (Parameters)null, (Request)null);
            ResultStatus res;

            try
            {
                res = !this._IsTransactionOpened ? this.GetAddDataTransactionException() : this.AddMethod((Method) new EmployeeLoginInfoMaintMethod(cdo, EmployeeLoginInfoMaintMethods.AddDataTransaction, (EmployeeLoginInfoMaint_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(
            EmployeeLoginInfoMaint cdo,
            EmployeeLoginInfoMaint_Request request,
            out EmployeeLoginInfoMaint_Result result)
        {
            result = (EmployeeLoginInfoMaint_Result)null;
            this.OnBeforeCall(nameof(ExecuteTransaction), (DCObject)cdo, (Parameters)null, (Request)request);
            ResultStatus res;

            try
            {
                res = !this._IsTransactionOpened ? ((IEmployeeLoginInfoMaintService)this._Channel).ExecuteTransaction(this._UserProfile, cdo, request, out result) : this.AddMethod((Method) new EmployeeLoginInfoMaintMethod(cdo, EmployeeLoginInfoMaintMethods.ExecuteTransaction, (EmployeeLoginInfoMaint_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(
            EmployeeLoginInfoMaint employeeLoginInfoMaint,
            EmployeeLoginInfoMaint_Parameters parameters,
            EmployeeLoginInfoMaint_Request request,
            out EmployeeLoginInfoMaint_Result result)
        {
            result = (EmployeeLoginInfoMaint_Result)null;
            this.OnBeforeCall(nameof(Freeze), (DCObject)employeeLoginInfoMaint, (Parameters)parameters, (Request)request);
            ResultStatus res;

            try
            {
                res = !this._IsTransactionOpened ? ((IEmployeeLoginInfoMaintService)this._Channel).Freeze(this._UserProfile, employeeLoginInfoMaint, parameters, request, out result) : this.AddMethod((Method) new EmployeeLoginInfoMaintMethod(employeeLoginInfoMaint, EmployeeLoginInfoMaintMethods.Freeze, parameters));
            }
            catch (Exception ex)
            {
                res = this.OnThrowException(ex);
            }
            if (res.IsSuccess)
            {
                this.OnAfterCall(nameof(Freeze), res, (DCObject)employeeLoginInfoMaint, (Parameters)parameters, (Request)request, (Result)result);
            }
            return(res);
        }
Exemplo n.º 9
0
 public ResultStatus ExecuteTransaction(EmployeeLoginInfoMaint cdo)
 {
     return(this.ExecuteTransaction(cdo, (EmployeeLoginInfoMaint_Request)null, out EmployeeLoginInfoMaint_Result _));
 }
Exemplo n.º 10
0
 public ResultStatus Delete(EmployeeLoginInfoMaint employeeLoginInfoMaint)
 {
     return(this.Delete(employeeLoginInfoMaint, (EmployeeLoginInfoMaint_Parameters)null, (EmployeeLoginInfoMaint_Request)null, out EmployeeLoginInfoMaint_Result _));
 }