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

appendTranslations() public method

Part of the list interface for Translations
public appendTranslations ( Translation el ) : void
el Translation a Translation to add to the collection in /// Translations
return void
        public void appendTranslations(Translation el)
        {
            __setDirty(true);
              el.__setDirty(true);
              allTranslations().Add(el);
              acceptor.connectSon (this, el);
            NotifyControllers(null);
        }

Same methods

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