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

            protocol.CurrentName = this.CurrentName;
            protocol.NewName = this.NewName;
            protocol.AccountType = this.AccountType;
            protocol.Description = this.Description;
            protocol.AccountNumber = this.AccountNumber;
            protocol.IsExpenseGLAccount = this.IsExpenseGLAccount;
            protocol.IsActive = this.IsActive;
            protocol.IsCompany = this.IsCompany;
            protocol.SiteIDNum = this.SiteIDNum;
            protocol.ConstructorCue = this.ConstructorCue;
            protocol.DirtyFieldFlags = this.DirtyFieldFlags;

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