메소드 | 설명 | |
---|---|---|
MsgVariable ( ) : System | ||
NotifyControllers ( Lock aLock ) : void | ||
allMsgVariables ( ) : |
Part of the list interface for MsgVariables
|
|
appendMsgVariables ( Lock aLock, |
||
appendMsgVariables ( |
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 ( |
||
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 ) : |
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, |
Part of the list interface for MsgVariables This insertion function inserts a new element in the collection in MsgVariables
|
|
insertMsgVariables ( int idx, |
||
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 ( |
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 ( |
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 ( |
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. |
메소드 | 설명 | |
---|---|---|
getMsgVariables ( ) : |
Part of the list interface for MsgVariables
|
public appendMsgVariables ( Lock aLock, |
||
aLock | Lock | |
el | ||
리턴 | void |
public appendMsgVariables ( |
||
el | a MsgVariable to add to the collection in /// MsgVariables | |
리턴 | void |
public appendMsgVariables ( System coll ) : void | ||
coll | System | a collection ofMsgVariables to add to the collection in /// MsgVariables |
리턴 | void |
public appendMsgVariables ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
리턴 | void |
public deleteMsgVariables ( int idx ) : void | ||
idx | int | the index of the element to remove |
리턴 | void |
public deleteMsgVariables ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
리턴 | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
리턴 | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
visitSubNodes | bool | |
리턴 | void |
public getMsgVariables ( int idx ) : |
||
idx | int | the index of the element to extract |
리턴 |
public indexOfMsgVariables ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
리턴 | int |
public insertMsgVariables ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
리턴 | void |
public insertMsgVariables ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
리턴 | void |
public parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void | ||
ctxt | XmlBooster.XmlBContext | |
endingTag | string | |
리턴 | void |
public parseBody ( XmlBooster.XmlBContext ctxt ) : void | ||
ctxt | XmlBooster.XmlBContext | |
리턴 | void |
public removeMsgVariables ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
리턴 | void |
public removeMsgVariables ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
리턴 | void |
public setAllMsgVariables ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
리턴 | void |
public setAllMsgVariables ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// MsgVariables's current content. |
리턴 | void |
public subElements ( |
||
l | ||
리턴 | void |
public unParse ( |
||
pw | ||
typeId | bool | |
headingTag | string | |
endingTag | string | |
리턴 | void |