/// <remarks/>
 public System.IAsyncResult BeginBackorderPartRequest4(BackorderPartRequestSetupProtocol setupParam, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("BackorderPartRequest4", new object[] {
                 setupParam}, callback, asyncState);
 }
        internal Protocol.BackorderPartRequestSetupProtocol ToProtocol()
        {
            Protocol.BackorderPartRequestSetupProtocol protocol = new Protocol.BackorderPartRequestSetupProtocol();

            protocol.PartRequestDetailIDNum = this.PartRequestDetailIDNum;
            protocol.Quantity = this.Quantity;
            protocol.FromGood = this.FromGood;
            protocol.ToGood = this.ToGood;
            protocol.SerialNumber = this.SerialNumber;
            protocol.NewStatus = this.NewStatus;
            protocol.ExpectedDate = this.ExpectedDate;
            protocol.UserName = this.UserName;
            protocol.GenerateTimeBombs = this.GenerateTimeBombs;
            protocol.UseTransitions = this.UseTransitions;
            protocol.ToLocation = this.ToLocation;
            protocol.FromLocation = this.FromLocation;
            protocol.ConstructorCue = this.ConstructorCue;
            protocol.DirtyFieldFlags = this.DirtyFieldFlags;

            return protocol;
        }
 public ToolkitResultProtocol BackorderPartRequest(BackorderPartRequestSetupProtocol setupParam)
 {
     object[] results = this.Invoke("BackorderPartRequest4", new object[] {
                 setupParam});
     return ((ToolkitResultProtocol)(results[0]));
 }