DataDictionary.Generated.Paragraph.appendParagraphs C# (CSharp) Method

appendParagraphs() public method

public appendParagraphs ( Lock aLock, Paragraph el ) : void
aLock Lock
el Paragraph
return void
        public void appendParagraphs(Lock aLock,Paragraph el)
        {
            __setDirty(true);
              el.__setDirty(true);
              allParagraphs().Add(el);
              acceptor.connectSon (this, el);
            NotifyControllers(aLock);
        }

Same methods

Paragraph::appendParagraphs ( Paragraph el ) : void
Paragraph::appendParagraphs ( System coll ) : void
Paragraph::appendParagraphs ( System coll, Lock aLock ) : void