DataDictionary.Generated.Folder.appendTranslations C# (CSharp) Method

appendTranslations() public method

public appendTranslations ( Lock aLock, Translation el ) : void
aLock Lock
el Translation
return void
        public void appendTranslations(Lock aLock,Translation el)
        {
            __setDirty(true);
              el.__setDirty(true);
              allTranslations().Add(el);
              acceptor.connectSon (this, el);
            NotifyControllers(aLock);
        }

Same methods

Folder::appendTranslations ( System coll ) : void
Folder::appendTranslations ( System coll, Lock aLock ) : void
Folder::appendTranslations ( Translation el ) : void