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

deleteChapterRefs() public method

Part of the list interface for ChapterRefs This deletion function removes an element from the collection in ChapterRefs
public deleteChapterRefs ( int idx ) : void
idx int the index of the element to remove
return void
        public void deleteChapterRefs(int idx)
        {
            __setDirty(true);
              allChapterRefs().RemoveAt(idx);
            NotifyControllers(null);
        }

Same methods

Specification::deleteChapterRefs ( int idx, Lock aLock ) : void