C# Class DataDictionary.Generated.Function

Inheritance: DataDictionary.Types.Type
显示文件 Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method 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

Method Description
getCases ( ) : ArrayList

Part of the list interface for Cases

getParameters ( ) : ArrayList

Part of the list interface for Parameters

Method Details

Function() public method

public Function ( ) : System
return System

NotifyControllers() public method

public NotifyControllers ( Lock aLock ) : void
aLock Lock
return void

allCases() public method

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

allParameters() public method

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

appendCases() public method

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

appendCases() public method

public appendCases ( Lock aLock, Case el ) : void
aLock Lock
el Case
return void

appendCases() public method

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

appendCases() public method

public appendCases ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendParameters() public method

public appendParameters ( Lock aLock, Parameter el ) : void
aLock Lock
el Parameter
return void

appendParameters() public method

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

appendParameters() public method

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

appendParameters() public method

public appendParameters ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

copyTo() public method

public copyTo ( Function other ) : void
other Function
return void

countCases() public method

Part of the list interface for Cases
public countCases ( ) : int
return int

countParameters() public method

Part of the list interface for Parameters
public countParameters ( ) : int
return int

deleteCases() public method

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
return void

deleteCases() public method

public deleteCases ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

deleteParameters() public method

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
return void

deleteParameters() public method

public deleteParameters ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
return void

find() public method

public find ( Object search ) : bool
search Object
return bool

getCacheable() public method

public getCacheable ( ) : bool
return bool

getCases() public method

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
return Case

getParameters() public method

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
return Parameter

getTypeName() public method

public getTypeName ( ) : string
return string

indexOfCases() public method

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
return int

indexOfParameters() public method

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
return int

insertCases() public method

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
return void

insertCases() public method

public insertCases ( int idx, Case el, Lock aLock ) : void
idx int
el Case
aLock Lock
return void

insertParameters() public method

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
return void

insertParameters() public method

public insertParameters ( int idx, Parameter el, Lock aLock ) : void
idx int
el Parameter
aLock Lock
return void

parse() public method

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
return void

parseBody() public method

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
return void

removeCases() public method

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
return void

removeCases() public method

public removeCases ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

removeParameters() public method

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
return void

removeParameters() public method

public removeParameters ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

setAllCases() public method

public setAllCases ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllCases() public method

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

setAllParameters() public method

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

setAllParameters() public method

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

setCacheable() public method

public setCacheable ( bool v ) : void
v bool
return void

setTypeName() public method

public setTypeName ( string v ) : void
v string
return void

subElements() public method

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
return void

unParse() public method

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
return void

unParseBody() public method

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
return void