internal Protocol.ApplyEcoSetupProtocol ToProtocol()
        {
            Protocol.ApplyEcoSetupProtocol protocol = new Protocol.ApplyEcoSetupProtocol();

            protocol.DemandDetailObjid = this.DemandDetailObjid;
            protocol.EcoHeaderIDNum = this.EcoHeaderIDNum;
            protocol.UserName = this.UserName;
            protocol.CreateDate = this.CreateDate;
            protocol.ConstructorCue = this.ConstructorCue;
            protocol.DirtyFieldFlags = this.DirtyFieldFlags;

            return protocol;
        }
Esempio n. 2
0
        internal Protocol.ApplyEcoSetupProtocol ToProtocol()
        {
            Protocol.ApplyEcoSetupProtocol protocol = new Protocol.ApplyEcoSetupProtocol();

            protocol.DemandDetailObjid = this.DemandDetailObjid;
            protocol.EcoHeaderIDNum    = this.EcoHeaderIDNum;
            protocol.UserName          = this.UserName;
            protocol.CreateDate        = this.CreateDate;
            protocol.ConstructorCue    = this.ConstructorCue;
            protocol.DirtyFieldFlags   = this.DirtyFieldFlags;

            return(protocol);
        }
 /// <remarks/>
 public System.IAsyncResult BeginApplyEco1(ApplyEcoSetupProtocol setupParam, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("ApplyEco1", new object[] {
                 setupParam}, callback, asyncState);
 }
 public ToolkitResultProtocol ApplyEco(ApplyEcoSetupProtocol setupParam)
 {
     object[] results = this.Invoke("ApplyEco1", new object[] {
                 setupParam});
     return ((ToolkitResultProtocol)(results[0]));
 }