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

            protocol.CurrentName = this.CurrentName;
            protocol.NewName = this.NewName;
            protocol.AccountType = this.AccountType;
            protocol.Description = this.Description;
            protocol.ReportsToLocation = this.ReportsToLocation;
            protocol.CapitalGLAccount = this.CapitalGLAccount;
            protocol.IsActive = this.IsActive;
            protocol.IsCompany = this.IsCompany;
            protocol.SiteIDNum = this.SiteIDNum;
            protocol.PartAuthorizationLevel = this.PartAuthorizationLevel;
            protocol.ConstructorCue = this.ConstructorCue;
            protocol.DirtyFieldFlags = this.DirtyFieldFlags;

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