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

appendChapterRefs() public method

public appendChapterRefs ( Lock aLock, ChapterRef el ) : void
aLock Lock
el ChapterRef
return void
        public void appendChapterRefs(Lock aLock,ChapterRef el)
        {
            __setDirty(true);
              el.__setDirty(true);
              allChapterRefs().Add(el);
              acceptor.connectSon (this, el);
            NotifyControllers(aLock);
        }

Same methods

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