DataDictionary.Generated.Message.appendMsgVariables C# (CSharp) Method

appendMsgVariables() public method

public appendMsgVariables ( Lock aLock, MsgVariable el ) : void
aLock Lock
el MsgVariable
return void
        public void appendMsgVariables(Lock aLock,MsgVariable el)
        {
            __setDirty(true);
              el.__setDirty(true);
              allMsgVariables().Add(el);
              acceptor.connectSon (this, el);
            NotifyControllers(aLock);
        }

Same methods

Message::appendMsgVariables ( MsgVariable el ) : void
Message::appendMsgVariables ( System coll ) : void
Message::appendMsgVariables ( System coll, Lock aLock ) : void