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

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

Part of the list interface for ChapterRefs
public setAllChapterRefs ( System coll ) : void
coll System a collection of elements which replaces /// ChapterRefs's current content.
Результат void
        public void setAllChapterRefs(System.Collections.ArrayList coll)
        {
            __setDirty(true);
            aChapterRefs = coll;
            NotifyControllers(null);
        }

Same methods

Specification::setAllChapterRefs ( Lock aLock, System coll ) : void