C# 클래스 DataDictionary.Generated.DBMessage

상속: DataDictionary.Namable
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs 1 사용 예제들

공개 메소드들

메소드 설명
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