Метод | Описание | |
---|---|---|
DBMessage ( ) : System | ||
NotifyControllers ( Lock aLock ) : void | ||
allFields ( ) : |
Part of the list interface for Fields
|
|
allPackets ( ) : |
Part of the list interface for Packets
|
|
appendFields ( |
Part of the list interface for Fields
|
|
appendFields ( Lock aLock, |
||
appendFields ( System coll ) : void |
Part of the list interface for Fields
|
|
appendFields ( System coll, Lock aLock ) : void | ||
appendPackets ( |
Part of the list interface for Packets
|
|
appendPackets ( Lock aLock, |
||
appendPackets ( System coll ) : void |
Part of the list interface for Packets
|
|
appendPackets ( System coll, Lock aLock ) : void | ||
copyTo ( |
||
countFields ( ) : int |
Part of the list interface for Fields
|
|
countPackets ( ) : int |
Part of the list interface for Packets
|
|
deleteFields ( int idx ) : void |
Part of the list interface for Fields This deletion function removes an element from the collection in Fields
|
|
deleteFields ( int idx, Lock aLock ) : void | ||
deletePackets ( int idx ) : void |
Part of the list interface for Packets This deletion function removes an element from the collection in Packets
|
|
deletePackets ( int idx, Lock aLock ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
find ( Object search ) : bool | ||
getFields ( int idx ) : |
Part of the list interface for Fields This function returns an element from the collection in Fields based on an index.
|
|
getMessageOrder ( ) : int | ||
getMessageType ( ) : acceptor.DBMessageType | ||
getMessageType_AsString ( ) : string | ||
getPackets ( int idx ) : |
Part of the list interface for Packets This function returns an element from the collection in Packets based on an index.
|
|
indexOfFields ( IXmlBBase el ) : int |
Part of the list interface for Fields This function returns the index of an element in the collection.
|
|
indexOfPackets ( IXmlBBase el ) : int |
Part of the list interface for Packets This function returns the index of an element in the collection.
|
|
insertFields ( int idx, |
Part of the list interface for Fields This insertion function inserts a new element in the collection in Fields
|
|
insertFields ( int idx, |
||
insertPackets ( int idx, |
Part of the list interface for Packets This insertion function inserts a new element in the collection in Packets
|
|
insertPackets ( 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. | |
removeFields ( IXmlBBase obj ) : void |
Part of the list interface for Fields This deletion function removes an element from the collection in Fields If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeFields ( IXmlBBase obj, Lock aLock ) : void | ||
removePackets ( IXmlBBase obj ) : void |
Part of the list interface for Packets This deletion function removes an element from the collection in Packets If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removePackets ( IXmlBBase obj, Lock aLock ) : void | ||
setAllFields ( Lock aLock, System coll ) : void | ||
setAllFields ( System coll ) : void |
Part of the list interface for Fields
|
|
setAllPackets ( Lock aLock, System coll ) : void | ||
setAllPackets ( System coll ) : void |
Part of the list interface for Packets
|
|
setMessageOrder ( int v ) : void | ||
setMessageType ( |
||
setMessageType_AsString ( string v ) : bool | ||
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. |
Метод | Описание | |
---|---|---|
getFields ( ) : |
Part of the list interface for Fields
|
|
getPackets ( ) : |
Part of the list interface for Packets
|
public NotifyControllers ( Lock aLock ) : void | ||
aLock | Lock | |
Результат | void |
public allPackets ( ) : |
||
Результат |
public appendFields ( |
||
el | a DBField to add to the collection in /// Fields | |
Результат | void |
public appendFields ( Lock aLock, |
||
aLock | Lock | |
el | ||
Результат | void |
public appendFields ( System coll ) : void | ||
coll | System | a collection ofDBFields to add to the collection in /// Fields |
Результат | void |
public appendFields ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
Результат | void |
public appendPackets ( |
||
el | a DBPacket to add to the collection in /// Packets | |
Результат | void |
public appendPackets ( Lock aLock, |
||
aLock | Lock | |
el | ||
Результат | void |
public appendPackets ( System coll ) : void | ||
coll | System | a collection ofDBPackets to add to the collection in /// Packets |
Результат | void |
public appendPackets ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
Результат | void |
public deleteFields ( int idx ) : void | ||
idx | int | the index of the element to remove |
Результат | void |
public deleteFields ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
Результат | void |
public deletePackets ( int idx ) : void | ||
idx | int | the index of the element to remove |
Результат | void |
public deletePackets ( 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 getFields ( int idx ) : |
||
idx | int | the index of the element to extract |
Результат |
public getMessageType ( ) : acceptor.DBMessageType | ||
Результат | acceptor.DBMessageType |
public getMessageType_AsString ( ) : string | ||
Результат | string |
public getPackets ( int idx ) : |
||
idx | int | the index of the element to extract |
Результат |
public indexOfFields ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
Результат | int |
public indexOfPackets ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
Результат | int |
public insertFields ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
Результат | void |
public insertFields ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
Результат | void |
public insertPackets ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
Результат | void |
public insertPackets ( 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 removeFields ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
Результат | void |
public removeFields ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
Результат | void |
public removePackets ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
Результат | void |
public removePackets ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
Результат | void |
public setAllFields ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
Результат | void |
public setAllFields ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Fields's current content. |
Результат | void |
public setAllPackets ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
Результат | void |
public setAllPackets ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Packets's current content. |
Результат | void |
public setMessageType ( |
||
v | ||
Результат | void |
public setMessageType_AsString ( string v ) : bool | ||
v | string | |
Результат | bool |
public subElements ( |
||
l | ||
Результат | void |
public unParse ( |
||
pw | ||
typeId | bool | |
headingTag | string | |
endingTag | string | |
Результат | void |
public unParseBody ( |
||
pw | ||
Результат | void |