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

            protocol.ToBinName = this.ToBinName;
            protocol.Queue = this.Queue;
            protocol.ToQueue = this.ToQueue;
            protocol.PartNumber = this.PartNumber;
            protocol.PartRevision = this.PartRevision;
            protocol.PartDomain = this.PartDomain;
            protocol.PartMinimum = this.PartMinimum;
            protocol.PartMaximum = this.PartMaximum;
            protocol.PartReorderLevel = this.PartReorderLevel;
            protocol.PartReorderQuantity = this.PartReorderQuantity;
            protocol.IsActive = this.IsActive;
            protocol.CurrentLocation = this.CurrentLocation;
            protocol.ConstructorCue = this.ConstructorCue;
            protocol.DirtyFieldFlags = this.DirtyFieldFlags;

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