DataDictionary.Generated.Specification.appendChapterRefs C# (CSharp) Method

appendChapterRefs() public method

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

Same methods

Specification::appendChapterRefs ( Lock aLock, ChapterRef el ) : void
Specification::appendChapterRefs ( System coll ) : void
Specification::appendChapterRefs ( System coll, Lock aLock ) : void