예제 #1
0
 public ResultStatus CreateParametricData(
     ChgContainerAttribute chgContainerAttribute,
     ChgContainerAttribute_Request request,
     out ChgContainerAttribute_Result result)
 {
     return(this.CreateParametricData(chgContainerAttribute, (ChgContainerAttribute_Parameters)null, request, out result));
 }
예제 #2
0
 public ResultStatus GetActions(
     ChgContainerAttribute chgContainerAttribute,
     ChgContainerAttribute_Request request,
     out ChgContainerAttribute_Result result)
 {
     return(this.GetActions(chgContainerAttribute, (ChgContainerAttribute_Parameters)null, request, out result));
 }
예제 #3
0
 public ResultStatus ProcessComputation(
     ChgContainerAttribute chgContainerAttribute,
     ChgContainerAttribute_Request request,
     out ChgContainerAttribute_Result result)
 {
     return(this.ProcessComputation(chgContainerAttribute, (ChgContainerAttribute_Parameters)null, request, out result));
 }
예제 #4
0
 public ResultStatus LoadESigDetails(
     ChgContainerAttribute chgContainerAttribute,
     ChgContainerAttribute_Request request,
     out ChgContainerAttribute_Result result)
 {
     return(this.LoadESigDetails(chgContainerAttribute, (ChgContainerAttribute_LoadESigDetails_Parameters)null, request, out result));
 }
예제 #5
0
 public ChgContainerAttributeMethod(
     ChgContainerAttribute Cdo,
     ChgContainerAttributeMethods Method,
     ChgContainerAttribute_Parameters Parameters)
 {
     this.Cdo           = Cdo;
     this.ServiceMethod = Method;
     this.Parameters    = Parameters;
 }
예제 #6
0
 public ResultStatus GetEnvironment(
     ChgContainerAttribute cdo,
     ChgContainerAttribute_Request request,
     out ChgContainerAttribute_Result result)
 {
     result = (ChgContainerAttribute_Result)null;
     try
     {
         return(((IChgContainerAttributeService)this._Channel).GetEnvironment(this._UserProfile, cdo, request, out result));
     }
     catch (Exception ex)
     {
         return(this.OnThrowException(ex));
     }
 }
예제 #7
0
        public ResultStatus AddDataTransaction(ChgContainerAttribute cdo)
        {
            this.OnBeforeCall(nameof(AddDataTransaction), (DCObject)cdo, (Parameters)null, (Request)null);
            ResultStatus res;

            try
            {
                res = !this._IsTransactionOpened ? this.GetAddDataTransactionException() : this.AddMethod((Method) new ChgContainerAttributeMethod(cdo, ChgContainerAttributeMethods.AddDataTransaction, (ChgContainerAttribute_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);
        }
예제 #8
0
        public ResultStatus ExecuteTransaction(
            ChgContainerAttribute cdo,
            ChgContainerAttribute_Request request,
            out ChgContainerAttribute_Result result)
        {
            result = (ChgContainerAttribute_Result)null;
            this.OnBeforeCall(nameof(ExecuteTransaction), (DCObject)cdo, (Parameters)null, (Request)request);
            ResultStatus res;

            try
            {
                res = !this._IsTransactionOpened ? ((IChgContainerAttributeService)this._Channel).ExecuteTransaction(this._UserProfile, cdo, request, out result) : this.AddMethod((Method) new ChgContainerAttributeMethod(cdo, ChgContainerAttributeMethods.ExecuteTransaction, (ChgContainerAttribute_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);
        }
예제 #9
0
        public ResultStatus ResolveParametricData(
            ChgContainerAttribute chgContainerAttribute,
            ChgContainerAttribute_Parameters parameters,
            ChgContainerAttribute_Request request,
            out ChgContainerAttribute_Result result)
        {
            result = (ChgContainerAttribute_Result)null;
            this.OnBeforeCall(nameof(ResolveParametricData), (DCObject)chgContainerAttribute, (Parameters)parameters, (Request)request);
            ResultStatus res;

            try
            {
                res = !this._IsTransactionOpened ? ((IChgContainerAttributeService)this._Channel).ResolveParametricData(this._UserProfile, chgContainerAttribute, parameters, request, out result) : this.AddMethod((Method) new ChgContainerAttributeMethod(chgContainerAttribute, ChgContainerAttributeMethods.ResolveParametricData, parameters));
            }
            catch (Exception ex)
            {
                res = this.OnThrowException(ex);
            }
            if (res.IsSuccess)
            {
                this.OnAfterCall(nameof(ResolveParametricData), res, (DCObject)chgContainerAttribute, (Parameters)parameters, (Request)request, (Result)result);
            }
            return(res);
        }
예제 #10
0
 public ResultStatus ExecuteTransaction(ChgContainerAttribute cdo)
 {
     return(this.ExecuteTransaction(cdo, (ChgContainerAttribute_Request)null, out ChgContainerAttribute_Result _));
 }
예제 #11
0
 public ResultStatus ResolveParametricData(
     ChgContainerAttribute chgContainerAttribute)
 {
     return(this.ResolveParametricData(chgContainerAttribute, (ChgContainerAttribute_Parameters)null, (ChgContainerAttribute_Request)null, out ChgContainerAttribute_Result _));
 }
예제 #12
0
 public ResultStatus Load(ChgContainerAttribute chgContainerAttribute)
 {
     return(this.Load(chgContainerAttribute, (ChgContainerAttribute_Parameters)null, (ChgContainerAttribute_Request)null, out ChgContainerAttribute_Result _));
 }
예제 #13
0
 public ResultStatus GetWIPMsgs(ChgContainerAttribute chgContainerAttribute)
 {
     return(this.GetWIPMsgs(chgContainerAttribute, (ChgContainerAttribute_Parameters)null, (ChgContainerAttribute_Request)null, out ChgContainerAttribute_Result _));
 }