C# Класс DataDictionary.Generated.DBMessage

Наследование: DataDictionary.Namable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DBMessage ( ) : System
NotifyControllers ( Lock aLock ) : void
allFields ( ) : ArrayList

Part of the list interface for Fields

allPackets ( ) : ArrayList

Part of the list interface for Packets

appendFields ( DBField el ) : void

Part of the list interface for Fields

appendFields ( Lock aLock, DBField el ) : void
appendFields ( System coll ) : void

Part of the list interface for Fields

appendFields ( System coll, Lock aLock ) : void
appendPackets ( DBPacket el ) : void

Part of the list interface for Packets

appendPackets ( Lock aLock, DBPacket el ) : void
appendPackets ( System coll ) : void

Part of the list interface for Packets

appendPackets ( System coll, Lock aLock ) : void
copyTo ( DBMessage other ) : void
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 ) : DBField

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 ) : DBPacket

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, DBField el ) : void

Part of the list interface for Fields This insertion function inserts a new element in the collection in Fields

insertFields ( int idx, DBField el, Lock aLock ) : void
insertPackets ( int idx, DBPacket el ) : void

Part of the list interface for Packets This insertion function inserts a new element in the collection in Packets

insertPackets ( int idx, DBPacket 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.
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 ( acceptor v ) : void
setMessageType_AsString ( string v ) : bool
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.

Приватные методы

Метод Описание
getFields ( ) : ArrayList

Part of the list interface for Fields

getPackets ( ) : ArrayList

Part of the list interface for Packets

Описание методов

DBMessage() публичный Метод

public DBMessage ( ) : System
Результат System

NotifyControllers() публичный Метод

public NotifyControllers ( Lock aLock ) : void
aLock Lock
Результат void

allFields() публичный Метод

Part of the list interface for Fields
public allFields ( ) : ArrayList
Результат System.Collections.ArrayList

allPackets() публичный Метод

Part of the list interface for Packets
public allPackets ( ) : ArrayList
Результат System.Collections.ArrayList

appendFields() публичный Метод

Part of the list interface for Fields
public appendFields ( DBField el ) : void
el DBField a DBField to add to the collection in /// Fields
Результат void

appendFields() публичный Метод

public appendFields ( Lock aLock, DBField el ) : void
aLock Lock
el DBField
Результат void

appendFields() публичный Метод

Part of the list interface for Fields
public appendFields ( System coll ) : void
coll System a collection ofDBFields to add to the collection in /// Fields
Результат void

appendFields() публичный Метод

public appendFields ( System coll, Lock aLock ) : void
coll System
aLock Lock
Результат void

appendPackets() публичный Метод

Part of the list interface for Packets
public appendPackets ( DBPacket el ) : void
el DBPacket a DBPacket to add to the collection in /// Packets
Результат void

appendPackets() публичный Метод

public appendPackets ( Lock aLock, DBPacket el ) : void
aLock Lock
el DBPacket
Результат void

appendPackets() публичный Метод

Part of the list interface for Packets
public appendPackets ( System coll ) : void
coll System a collection ofDBPackets to add to the collection in /// Packets
Результат void

appendPackets() публичный Метод

public appendPackets ( System coll, Lock aLock ) : void
coll System
aLock Lock
Результат void

copyTo() публичный Метод

public copyTo ( DBMessage other ) : void
other DBMessage
Результат void

countFields() публичный Метод

Part of the list interface for Fields
public countFields ( ) : int
Результат int

countPackets() публичный Метод

Part of the list interface for Packets
public countPackets ( ) : int
Результат int

deleteFields() публичный Метод

Part of the list interface for Fields This deletion function removes an element from the collection in Fields
public deleteFields ( int idx ) : void
idx int the index of the element to remove
Результат void

deleteFields() публичный Метод

public deleteFields ( int idx, Lock aLock ) : void
idx int
aLock Lock
Результат void

deletePackets() публичный Метод

Part of the list interface for Packets This deletion function removes an element from the collection in Packets
public deletePackets ( int idx ) : void
idx int the index of the element to remove
Результат void

deletePackets() публичный Метод

public deletePackets ( int idx, Lock aLock ) : void
idx int
aLock Lock
Результат void

dispatch() публичный Метод

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
Результат void

dispatch() публичный Метод

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
Результат void

find() публичный Метод

public find ( Object search ) : bool
search Object
Результат bool

getFields() публичный Метод

Part of the list interface for Fields This function returns an element from the collection in Fields based on an index.
public getFields ( int idx ) : DBField
idx int the index of the element to extract
Результат DBField

getMessageOrder() публичный Метод

public getMessageOrder ( ) : int
Результат int

getMessageType() публичный Метод

public getMessageType ( ) : acceptor.DBMessageType
Результат acceptor.DBMessageType

getMessageType_AsString() публичный Метод

public getMessageType_AsString ( ) : string
Результат string

getPackets() публичный Метод

Part of the list interface for Packets This function returns an element from the collection in Packets based on an index.
public getPackets ( int idx ) : DBPacket
idx int the index of the element to extract
Результат DBPacket

indexOfFields() публичный Метод

Part of the list interface for Fields This function returns the index of an element in the collection.
public indexOfFields ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Результат int

indexOfPackets() публичный Метод

Part of the list interface for Packets This function returns the index of an element in the collection.
public indexOfPackets ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Результат int

insertFields() публичный Метод

Part of the list interface for Fields This insertion function inserts a new element in the collection in Fields
public insertFields ( int idx, DBField el ) : void
idx int the index where the insertion must take place
el DBField the element to insert
Результат void

insertFields() публичный Метод

public insertFields ( int idx, DBField el, Lock aLock ) : void
idx int
el DBField
aLock Lock
Результат void

insertPackets() публичный Метод

Part of the list interface for Packets This insertion function inserts a new element in the collection in Packets
public insertPackets ( int idx, DBPacket el ) : void
idx int the index where the insertion must take place
el DBPacket the element to insert
Результат void

insertPackets() публичный Метод

public insertPackets ( int idx, DBPacket el, Lock aLock ) : void
idx int
el DBPacket
aLock Lock
Результат void

parse() публичный Метод

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.
public parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void
ctxt XmlBooster.XmlBContext
endingTag string
Результат void

parseBody() публичный Метод

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.
public parseBody ( XmlBooster.XmlBContext ctxt ) : void
ctxt XmlBooster.XmlBContext
Результат void

removeFields() публичный Метод

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.
public removeFields ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Результат void

removeFields() публичный Метод

public removeFields ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Результат void

removePackets() публичный Метод

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.
public removePackets ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Результат void

removePackets() публичный Метод

public removePackets ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Результат void

setAllFields() публичный Метод

public setAllFields ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void

setAllFields() публичный Метод

Part of the list interface for Fields
public setAllFields ( System coll ) : void
coll System a collection of elements which replaces /// Fields's current content.
Результат void

setAllPackets() публичный Метод

public setAllPackets ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void

setAllPackets() публичный Метод

Part of the list interface for Packets
public setAllPackets ( System coll ) : void
coll System a collection of elements which replaces /// Packets's current content.
Результат void

setMessageOrder() публичный Метод

public setMessageOrder ( int v ) : void
v int
Результат void

setMessageType() публичный Метод

public setMessageType ( acceptor v ) : void
v acceptor
Результат void

setMessageType_AsString() публичный Метод

public setMessageType_AsString ( string v ) : bool
v string
Результат 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.
public subElements ( ArrayList l ) : void
l System.Collections.ArrayList
Результат void

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.
public unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void
pw System.IO.TextWriter
typeId bool
headingTag string
endingTag string
Результат void

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.
public unParseBody ( TextWriter pw ) : void
pw System.IO.TextWriter
Результат void