C# Class DataDictionary.Generated.Function

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

Méthodes publiques

Méthode Description
Function ( ) : System
NotifyControllers ( Lock aLock ) : void
allCases ( ) : ArrayList

Part of the list interface for Cases

allParameters ( ) : ArrayList

Part of the list interface for Parameters

appendCases ( Case el ) : void

Part of the list interface for Cases

appendCases ( Lock aLock, Case el ) : void
appendCases ( System coll ) : void

Part of the list interface for Cases

appendCases ( System coll, Lock aLock ) : void
appendParameters ( Lock aLock, Parameter el ) : void
appendParameters ( Parameter el ) : void

Part of the list interface for Parameters

appendParameters ( System coll ) : void

Part of the list interface for Parameters

appendParameters ( System coll, Lock aLock ) : void
copyTo ( Function other ) : void
countCases ( ) : int

Part of the list interface for Cases

countParameters ( ) : int

Part of the list interface for Parameters

deleteCases ( int idx ) : void

Part of the list interface for Cases This deletion function removes an element from the collection in Cases

deleteCases ( int idx, Lock aLock ) : void
deleteParameters ( int idx ) : void

Part of the list interface for Parameters This deletion function removes an element from the collection in Parameters

deleteParameters ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getCacheable ( ) : bool
getCases ( int idx ) : Case

Part of the list interface for Cases This function returns an element from the collection in Cases based on an index.

getParameters ( int idx ) : Parameter

Part of the list interface for Parameters This function returns an element from the collection in Parameters based on an index.

getTypeName ( ) : string
indexOfCases ( IXmlBBase el ) : int

Part of the list interface for Cases This function returns the index of an element in the collection.

indexOfParameters ( IXmlBBase el ) : int

Part of the list interface for Parameters This function returns the index of an element in the collection.

insertCases ( int idx, Case el ) : void

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

insertCases ( int idx, Case el, Lock aLock ) : void
insertParameters ( int idx, Parameter el ) : void

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

insertParameters ( int idx, Parameter 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.
removeCases ( IXmlBBase obj ) : void

Part of the list interface for Cases This deletion function removes an element from the collection in Cases If the object given in parameter is not found in the the collection, this function does nothing.

removeCases ( IXmlBBase obj, Lock aLock ) : void
removeParameters ( IXmlBBase obj ) : void

Part of the list interface for Parameters This deletion function removes an element from the collection in Parameters If the object given in parameter is not found in the the collection, this function does nothing.

removeParameters ( IXmlBBase obj, Lock aLock ) : void
setAllCases ( Lock aLock, System coll ) : void
setAllCases ( System coll ) : void

Part of the list interface for Cases

setAllParameters ( Lock aLock, System coll ) : void
setAllParameters ( System coll ) : void

Part of the list interface for Parameters

setCacheable ( bool v ) : void
setTypeName ( 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
getCases ( ) : ArrayList

Part of the list interface for Cases

getParameters ( ) : ArrayList

Part of the list interface for Parameters

Method Details

Function() public méthode

public Function ( ) : System
Résultat System

NotifyControllers() public méthode

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

allCases() public méthode

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

allParameters() public méthode

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

appendCases() public méthode

Part of the list interface for Cases
public appendCases ( Case el ) : void
el Case a Case to add to the collection in /// Cases
Résultat void

appendCases() public méthode

public appendCases ( Lock aLock, Case el ) : void
aLock Lock
el Case
Résultat void

appendCases() public méthode

Part of the list interface for Cases
public appendCases ( System coll ) : void
coll System a collection ofCases to add to the collection in /// Cases
Résultat void

appendCases() public méthode

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

appendParameters() public méthode

public appendParameters ( Lock aLock, Parameter el ) : void
aLock Lock
el Parameter
Résultat void

appendParameters() public méthode

Part of the list interface for Parameters
public appendParameters ( Parameter el ) : void
el Parameter a Parameter to add to the collection in /// Parameters
Résultat void

appendParameters() public méthode

Part of the list interface for Parameters
public appendParameters ( System coll ) : void
coll System a collection ofParameters to add to the collection in /// Parameters
Résultat void

appendParameters() public méthode

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

copyTo() public méthode

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

countCases() public méthode

Part of the list interface for Cases
public countCases ( ) : int
Résultat int

countParameters() public méthode

Part of the list interface for Parameters
public countParameters ( ) : int
Résultat int

deleteCases() public méthode

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

deleteCases() public méthode

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

deleteParameters() public méthode

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

deleteParameters() public méthode

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

getCacheable() public méthode

public getCacheable ( ) : bool
Résultat bool

getCases() public méthode

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

getParameters() public méthode

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

getTypeName() public méthode

public getTypeName ( ) : string
Résultat string

indexOfCases() public méthode

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

indexOfParameters() public méthode

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

insertCases() public méthode

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

insertCases() public méthode

public insertCases ( int idx, Case el, Lock aLock ) : void
idx int
el Case
aLock Lock
Résultat void

insertParameters() public méthode

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

insertParameters() public méthode

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

removeCases() public méthode

Part of the list interface for Cases This deletion function removes an element from the collection in Cases If the object given in parameter is not found in the the collection, this function does nothing.
public removeCases ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Résultat void

removeCases() public méthode

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

removeParameters() public méthode

Part of the list interface for Parameters This deletion function removes an element from the collection in Parameters If the object given in parameter is not found in the the collection, this function does nothing.
public removeParameters ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Résultat void

removeParameters() public méthode

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

setAllCases() public méthode

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

setAllCases() public méthode

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

setAllParameters() public méthode

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

setAllParameters() public méthode

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

setCacheable() public méthode

public setCacheable ( bool v ) : void
v bool
Résultat void

setTypeName() public méthode

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