DataDictionary.Generated.ShortcutFolder.appendShortcuts C# (CSharp) Method

appendShortcuts() public method

public appendShortcuts ( Lock aLock, Shortcut el ) : void
aLock Lock
el Shortcut
return void
        public void appendShortcuts(Lock aLock,Shortcut el)
        {
            __setDirty(true);
              el.__setDirty(true);
              allShortcuts().Add(el);
              acceptor.connectSon (this, el);
            NotifyControllers(aLock);
        }

Same methods

ShortcutFolder::appendShortcuts ( Shortcut el ) : void
ShortcutFolder::appendShortcuts ( System coll ) : void
ShortcutFolder::appendShortcuts ( System coll, Lock aLock ) : void