示例#1
0
        internal Protocol.UpdateEcoLaborDetailSetupProtocol ToProtocol()
        {
            Protocol.UpdateEcoLaborDetailSetupProtocol protocol = new Protocol.UpdateEcoLaborDetailSetupProtocol();

            protocol.EcoDetailObjid  = this.EcoDetailObjid;
            protocol.IsRequired      = this.IsRequired;
            protocol.Status          = this.Status;
            protocol.LaborType       = this.LaborType;
            protocol.ElapsedTime     = this.ElapsedTime;
            protocol.Description     = this.Description;
            protocol.EcoHeaderIDNum  = this.EcoHeaderIDNum;
            protocol.ConstructorCue  = this.ConstructorCue;
            protocol.DirtyFieldFlags = this.DirtyFieldFlags;

            return(protocol);
        }
 /// <remarks/>
 public System.IAsyncResult BeginUpdateEcoLaborDetail1(UpdateEcoLaborDetailSetupProtocol setupParam, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("UpdateEcoLaborDetail1", new object[] {
                 setupParam}, callback, asyncState);
 }
 public ToolkitResultProtocol UpdateEcoLaborDetail(UpdateEcoLaborDetailSetupProtocol setupParam)
 {
     object[] results = this.Invoke("UpdateEcoLaborDetail1", new object[] {
                 setupParam});
     return ((ToolkitResultProtocol)(results[0]));
 }
        internal Protocol.UpdateEcoLaborDetailSetupProtocol ToProtocol()
        {
            Protocol.UpdateEcoLaborDetailSetupProtocol protocol = new Protocol.UpdateEcoLaborDetailSetupProtocol();

            protocol.EcoDetailObjid = this.EcoDetailObjid;
            protocol.IsRequired = this.IsRequired;
            protocol.Status = this.Status;
            protocol.LaborType = this.LaborType;
            protocol.ElapsedTime = this.ElapsedTime;
            protocol.Description = this.Description;
            protocol.EcoHeaderIDNum = this.EcoHeaderIDNum;
            protocol.ConstructorCue = this.ConstructorCue;
            protocol.DirtyFieldFlags = this.DirtyFieldFlags;

            return protocol;
        }