Method |
Description |
|
MsgVariable ( ) : System |
|
|
NotifyControllers ( Lock aLock ) : void |
|
|
allMsgVariables ( ) : ArrayList |
Part of the list interface for MsgVariables |
|
appendMsgVariables ( Lock aLock, MsgVariable el ) : void |
|
|
appendMsgVariables ( MsgVariable el ) : void |
Part of the list interface for MsgVariables |
|
appendMsgVariables ( System coll ) : void |
Part of the list interface for MsgVariables |
|
appendMsgVariables ( System coll, Lock aLock ) : void |
|
|
copyTo ( MsgVariable other ) : void |
|
|
countMsgVariables ( ) : int |
Part of the list interface for MsgVariables |
|
deleteMsgVariables ( int idx ) : void |
Part of the list interface for MsgVariables This deletion function removes an element from the collection in MsgVariables |
|
deleteMsgVariables ( int idx, Lock aLock ) : void |
|
|
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void |
|
|
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void |
|
|
find ( Object search ) : bool |
|
|
getBl ( ) : string |
|
|
getComment ( ) : string |
|
|
getLength ( ) : string |
|
|
getMsgVariables ( int idx ) : MsgVariable |
Part of the list interface for MsgVariables This function returns an element from the collection in MsgVariables based on an index. |
|
getName ( ) : string |
|
|
indexOfMsgVariables ( IXmlBBase el ) : int |
Part of the list interface for MsgVariables This function returns the index of an element in the collection. |
|
insertMsgVariables ( int idx, MsgVariable el ) : void |
Part of the list interface for MsgVariables This insertion function inserts a new element in the collection in MsgVariables |
|
insertMsgVariables ( int idx, MsgVariable el, Lock aLock ) : void |
|
|
parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. |
|
parseBody ( XmlBooster.XmlBContext ctxt ) : void |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. |
|
removeMsgVariables ( IXmlBBase obj ) : void |
Part of the list interface for MsgVariables This deletion function removes an element from the collection in MsgVariables If the object given in parameter is not found in the the collection, this function does nothing. |
|
removeMsgVariables ( IXmlBBase obj, Lock aLock ) : void |
|
|
setAllMsgVariables ( Lock aLock, System coll ) : void |
|
|
setAllMsgVariables ( System coll ) : void |
Part of the list interface for MsgVariables |
|
setBl ( string v ) : void |
|
|
setComment ( string v ) : void |
|
|
setLength ( string v ) : void |
|
|
setName ( string v ) : void |
|
|
subElements ( ArrayList l ) : void |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. |
|
unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. |
|
unParseBody ( TextWriter pw ) : void |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. |
|