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

insertChapterRefs() public method

Part of the list interface for ChapterRefs This insertion function inserts a new element in the collection in ChapterRefs
public insertChapterRefs ( int idx, ChapterRef el ) : void
idx int the index where the insertion must take place
el ChapterRef the element to insert
return void
        public void insertChapterRefs(int idx, ChapterRef el)
        {
            __setDirty(true);
              allChapterRefs().Insert (idx, el);
            NotifyControllers(null);
        }

Same methods

Specification::insertChapterRefs ( int idx, ChapterRef el, Lock aLock ) : void