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

appendTranslations() public method

Part of the list interface for Translations
public appendTranslations ( System coll ) : void
coll System a collection ofTranslations to add to the collection in /// Translations
return void
        public void appendTranslations(System.Collections.IList coll)
        {
            __setDirty(true);
              allTranslations().XmlBAddRange(coll);
              acceptor.connectSons (this, coll);
            NotifyControllers(null);
        }

Same methods

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