C# Class DataDictionary.Generated.MsgVariable

Inheritance: XmlBBase
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Méthodes publiques

Méthode Description
MsgVariable ( ) : System
NotifyControllers ( Lock aLock ) : void
allMsgVariables ( ) : ArrayList

Part of the list interface for MsgVariables

appendMsgVariables ( Lock aLock, MsgVariable el ) : void
appendMsgVariables ( MsgVariable el ) : void

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 ( MsgVariable other ) : void
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 ) : MsgVariable

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

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

insertMsgVariables ( int idx, MsgVariable 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.
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 ( 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
getMsgVariables ( ) : ArrayList

Part of the list interface for MsgVariables

Method Details

MsgVariable() public méthode

public MsgVariable ( ) : System
Résultat System

NotifyControllers() public méthode

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

allMsgVariables() public méthode

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

appendMsgVariables() public méthode

public appendMsgVariables ( Lock aLock, MsgVariable el ) : void
aLock Lock
el MsgVariable
Résultat void

appendMsgVariables() public méthode

Part of the list interface for MsgVariables
public appendMsgVariables ( MsgVariable el ) : void
el MsgVariable a MsgVariable to add to the collection in /// MsgVariables
Résultat void

appendMsgVariables() public méthode

Part of the list interface for MsgVariables
public appendMsgVariables ( System coll ) : void
coll System a collection ofMsgVariables to add to the collection in /// MsgVariables
Résultat void

appendMsgVariables() public méthode

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

copyTo() public méthode

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

countMsgVariables() public méthode

Part of the list interface for MsgVariables
public countMsgVariables ( ) : int
Résultat int

deleteMsgVariables() public méthode

Part of the list interface for MsgVariables This deletion function removes an element from the collection in MsgVariables
public deleteMsgVariables ( int idx ) : void
idx int the index of the element to remove
Résultat void

deleteMsgVariables() public méthode

public deleteMsgVariables ( 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

getBl() public méthode

public getBl ( ) : string
Résultat string

getComment() public méthode

public getComment ( ) : string
Résultat string

getLength() public méthode

public getLength ( ) : string
Résultat string

getMsgVariables() public méthode

Part of the list interface for MsgVariables This function returns an element from the collection in MsgVariables based on an index.
public getMsgVariables ( int idx ) : MsgVariable
idx int the index of the element to extract
Résultat MsgVariable

getName() public méthode

public getName ( ) : string
Résultat string

indexOfMsgVariables() public méthode

Part of the list interface for MsgVariables This function returns the index of an element in the collection.
public indexOfMsgVariables ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Résultat int

insertMsgVariables() public méthode

Part of the list interface for MsgVariables This insertion function inserts a new element in the collection in MsgVariables
public insertMsgVariables ( int idx, MsgVariable el ) : void
idx int the index where the insertion must take place
el MsgVariable the element to insert
Résultat void

insertMsgVariables() public méthode

public insertMsgVariables ( int idx, MsgVariable el, Lock aLock ) : void
idx int
el MsgVariable
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

removeMsgVariables() public méthode

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.
public removeMsgVariables ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Résultat void

removeMsgVariables() public méthode

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

setAllMsgVariables() public méthode

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

setAllMsgVariables() public méthode

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

setBl() public méthode

public setBl ( string v ) : void
v string
Résultat void

setComment() public méthode

public setComment ( string v ) : void
v string
Résultat void

setLength() public méthode

public setLength ( string v ) : void
v string
Résultat void

setName() public méthode

public setName ( string v ) : void
v string
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