DataDictionary.Generated.Specification.removeChapterRefs C# (CSharp) Метод

removeChapterRefs() публичный Метод

Part of the list interface for ChapterRefs This deletion function removes an element from the collection in ChapterRefs If the object given in parameter is not found in the the collection, this function does nothing.
public removeChapterRefs ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Результат void
        public void removeChapterRefs(IXmlBBase obj)
        {
            int idx = indexOfChapterRefs(obj);
              if (idx >= 0) { deleteChapterRefs(idx);
            NotifyControllers(null);
               }
        }

Same methods

Specification::removeChapterRefs ( IXmlBBase obj, Lock aLock ) : void