Beispiel #1
0
 public ResultStatus Freeze(
     InspectionLevelMaint inspectionLevelMaint,
     InspectionLevelMaint_Request request,
     out InspectionLevelMaint_Result result)
 {
     return(this.Freeze(inspectionLevelMaint, (InspectionLevelMaint_Parameters)null, request, out result));
 }
Beispiel #2
0
 public ResultStatus LoadESigDetails(
     InspectionLevelMaint inspectionLevelMaint,
     InspectionLevelMaint_Request request,
     out InspectionLevelMaint_Result result)
 {
     return(this.LoadESigDetails(inspectionLevelMaint, (InspectionLevelMaint_LoadESigDetails_Parameters)null, request, out result));
 }
Beispiel #3
0
 public ResultStatus GetWIPMsgs(
     InspectionLevelMaint inspectionLevelMaint,
     InspectionLevelMaint_Request request,
     out InspectionLevelMaint_Result result)
 {
     return(this.GetWIPMsgs(inspectionLevelMaint, (InspectionLevelMaint_Parameters)null, request, out result));
 }
Beispiel #4
0
 public InspectionLevelMaintMethod(
     InspectionLevelMaint Cdo,
     InspectionLevelMaintMethods Method,
     InspectionLevelMaint_Parameters Parameters)
 {
     this.Cdo           = Cdo;
     this.ServiceMethod = Method;
     this.Parameters    = Parameters;
 }
Beispiel #5
0
 public ResultStatus GetEnvironment(
     InspectionLevelMaint cdo,
     InspectionLevelMaint_Request request,
     out InspectionLevelMaint_Result result)
 {
     result = (InspectionLevelMaint_Result)null;
     try
     {
         return(((IInspectionLevelMaintService)this._Channel).GetEnvironment(this._UserProfile, cdo, request, out result));
     }
     catch (Exception ex)
     {
         return(this.OnThrowException(ex));
     }
 }
Beispiel #6
0
        public ResultStatus AddDataTransaction(InspectionLevelMaint cdo)
        {
            this.OnBeforeCall(nameof(AddDataTransaction), (DCObject)cdo, (Parameters)null, (Request)null);
            ResultStatus res;

            try
            {
                res = !this._IsTransactionOpened ? this.GetAddDataTransactionException() : this.AddMethod((Method) new InspectionLevelMaintMethod(cdo, InspectionLevelMaintMethods.AddDataTransaction, (InspectionLevelMaint_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(
            InspectionLevelMaint cdo,
            InspectionLevelMaint_Request request,
            out InspectionLevelMaint_Result result)
        {
            result = (InspectionLevelMaint_Result)null;
            this.OnBeforeCall(nameof(ExecuteTransaction), (DCObject)cdo, (Parameters)null, (Request)request);
            ResultStatus res;

            try
            {
                res = !this._IsTransactionOpened ? ((IInspectionLevelMaintService)this._Channel).ExecuteTransaction(this._UserProfile, cdo, request, out result) : this.AddMethod((Method) new InspectionLevelMaintMethod(cdo, InspectionLevelMaintMethods.ExecuteTransaction, (InspectionLevelMaint_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(
            InspectionLevelMaint inspectionLevelMaint,
            InspectionLevelMaint_Parameters parameters,
            InspectionLevelMaint_Request request,
            out InspectionLevelMaint_Result result)
        {
            result = (InspectionLevelMaint_Result)null;
            this.OnBeforeCall(nameof(Freeze), (DCObject)inspectionLevelMaint, (Parameters)parameters, (Request)request);
            ResultStatus res;

            try
            {
                res = !this._IsTransactionOpened ? ((IInspectionLevelMaintService)this._Channel).Freeze(this._UserProfile, inspectionLevelMaint, parameters, request, out result) : this.AddMethod((Method) new InspectionLevelMaintMethod(inspectionLevelMaint, InspectionLevelMaintMethods.Freeze, parameters));
            }
            catch (Exception ex)
            {
                res = this.OnThrowException(ex);
            }
            if (res.IsSuccess)
            {
                this.OnAfterCall(nameof(Freeze), res, (DCObject)inspectionLevelMaint, (Parameters)parameters, (Request)request, (Result)result);
            }
            return(res);
        }
Beispiel #9
0
 public ResultStatus ExecuteTransaction(InspectionLevelMaint cdo)
 {
     return(this.ExecuteTransaction(cdo, (InspectionLevelMaint_Request)null, out InspectionLevelMaint_Result _));
 }
Beispiel #10
0
 public ResultStatus Delete(InspectionLevelMaint inspectionLevelMaint)
 {
     return(this.Delete(inspectionLevelMaint, (InspectionLevelMaint_Parameters)null, (InspectionLevelMaint_Request)null, out InspectionLevelMaint_Result _));
 }