public ToolkitResultProtocol ReceivePartRequest(ReceivePartRequestSetupProtocol setupParam)
 {
     object[] results = this.Invoke("ReceivePartRequest4", new object[] {
                 setupParam});
     return ((ToolkitResultProtocol)(results[0]));
 }
        internal Protocol.ReceivePartRequestSetupProtocol ToProtocol()
        {
            Protocol.ReceivePartRequestSetupProtocol protocol = new Protocol.ReceivePartRequestSetupProtocol();

            protocol.PartRequestDetailIDNum = this.PartRequestDetailIDNum;
            protocol.FromGood = this.FromGood;
            protocol.ToGood = this.ToGood;
            protocol.Quantity = this.Quantity;
            protocol.SerialNumber = this.SerialNumber;
            protocol.Status = this.Status;
            protocol.CarrierName = this.CarrierName;
            protocol.WaybillName = this.WaybillName;
            protocol.PossibleDamage = this.PossibleDamage;
            protocol.NotProperlyPacked = this.NotProperlyPacked;
            protocol.RouteToTest = this.RouteToTest;
            protocol.UserName = this.UserName;
            protocol.ReceiveDate = this.ReceiveDate;
            protocol.AutoClose = this.AutoClose;
            protocol.UseTransitions = this.UseTransitions;
            protocol.GenerateTimeBombs = this.GenerateTimeBombs;
            protocol.ToLocation = this.ToLocation;
            protocol.FromLocation = this.FromLocation;
            protocol.ConstructorCue = this.ConstructorCue;
            protocol.DirtyFieldFlags = this.DirtyFieldFlags;

            return protocol;
        }
 /// <remarks/>
 public System.IAsyncResult BeginReceivePartRequest4(ReceivePartRequestSetupProtocol setupParam, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("ReceivePartRequest4", new object[] {
                 setupParam}, callback, asyncState);
 }