C# Class DataDictionary.Generated.DBPacket

Inheritance: DataDictionary.Namable
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Méthodes publiques

Méthode Description
DBPacket ( ) : System
NotifyControllers ( Lock aLock ) : void
allFields ( ) : ArrayList

Part of the list interface for Fields

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
copyTo ( DBPacket other ) : void
countFields ( ) : int

Part of the list interface for Fields

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
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.

indexOfFields ( IXmlBBase el ) : int

Part of the list interface for Fields 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
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
setAllFields ( Lock aLock, System coll ) : void
setAllFields ( System coll ) : void

Part of the list interface for Fields

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.

Private Methods

Méthode Description
getFields ( ) : ArrayList

Part of the list interface for Fields

Method Details

DBPacket() public méthode

public DBPacket ( ) : System
Résultat System

NotifyControllers() public méthode

public NotifyControllers ( Lock aLock ) : void
aLock Lock
Résultat void

allFields() public méthode

Part of the list interface for Fields
public allFields ( ) : ArrayList
Résultat System.Collections.ArrayList

appendFields() public méthode

Part of the list interface for Fields
public appendFields ( DBField el ) : void
el DBField a DBField to add to the collection in /// Fields
Résultat void

appendFields() public méthode

public appendFields ( Lock aLock, DBField el ) : void
aLock Lock
el DBField
Résultat void

appendFields() public méthode

Part of the list interface for Fields
public appendFields ( System coll ) : void
coll System a collection ofDBFields to add to the collection in /// Fields
Résultat void

appendFields() public méthode

public appendFields ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

copyTo() public méthode

public copyTo ( DBPacket other ) : void
other DBPacket
Résultat void

countFields() public méthode

Part of the list interface for Fields
public countFields ( ) : int
Résultat int

deleteFields() public méthode

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
Résultat void

deleteFields() public méthode

public deleteFields ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

dispatch() public méthode

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
Résultat void

dispatch() public méthode

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
Résultat void

find() public méthode

public find ( Object search ) : bool
search Object
Résultat bool

getFields() public méthode

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
Résultat DBField

indexOfFields() public méthode

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
Résultat int

insertFields() public méthode

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
Résultat void

insertFields() public méthode

public insertFields ( int idx, DBField el, Lock aLock ) : void
idx int
el DBField
aLock Lock
Résultat void

parse() public méthode

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
Résultat void

parseBody() public méthode

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
Résultat void

removeFields() public méthode

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
Résultat void

removeFields() public méthode

public removeFields ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

setAllFields() public méthode

public setAllFields ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllFields() public méthode

Part of the list interface for Fields
public setAllFields ( System coll ) : void
coll System a collection of elements which replaces /// Fields's current content.
Résultat void

subElements() public méthode

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
Résultat void

unParse() public méthode

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
Résultat void

unParseBody() public méthode

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
Résultat void