DataDictionary.Generated.SourceText.appendComments C# (CSharp) Method

appendComments() public method

public appendComments ( Lock aLock, SourceTextComment el ) : void
aLock Lock
el SourceTextComment
return void
        public void appendComments(Lock aLock,SourceTextComment el)
        {
            __setDirty(true);
              el.__setDirty(true);
              allComments().Add(el);
              acceptor.connectSon (this, el);
            NotifyControllers(aLock);
        }

Same methods

SourceText::appendComments ( SourceTextComment el ) : void
SourceText::appendComments ( System coll ) : void
SourceText::appendComments ( System coll, Lock aLock ) : void