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

            protocol.Queue = this.Queue;
            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.Location = this.Location;
            protocol.ConstructorCue = this.ConstructorCue;
            protocol.DirtyFieldFlags = this.DirtyFieldFlags;

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