C# Class DataDictionary.Generated.TestCase

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

Méthodes publiques

Méthode Description
NotifyControllers ( Lock aLock ) : void
TestCase ( ) : System
allSteps ( ) : ArrayList

Part of the list interface for Steps

appendSteps ( Lock aLock, Step el ) : void
appendSteps ( Step el ) : void

Part of the list interface for Steps

appendSteps ( System coll ) : void

Part of the list interface for Steps

appendSteps ( System coll, Lock aLock ) : void
copyTo ( TestCase other ) : void
countSteps ( ) : int

Part of the list interface for Steps

deleteSteps ( int idx ) : void

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

deleteSteps ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getCase ( ) : int
getFeature ( ) : int
getObsoleteComment ( ) : string
getSteps ( int idx ) : Step

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

indexOfSteps ( IXmlBBase el ) : int

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

insertSteps ( int idx, Step el ) : void

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

insertSteps ( int idx, Step 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.
removeSteps ( IXmlBBase obj ) : void

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

removeSteps ( IXmlBBase obj, Lock aLock ) : void
setAllSteps ( Lock aLock, System coll ) : void
setAllSteps ( System coll ) : void

Part of the list interface for Steps

setCase ( int v ) : void
setFeature ( int v ) : void
setObsoleteComment ( 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
getSteps ( ) : ArrayList

Part of the list interface for Steps

Method Details

NotifyControllers() public méthode

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

TestCase() public méthode

public TestCase ( ) : System
Résultat System

allSteps() public méthode

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

appendSteps() public méthode

public appendSteps ( Lock aLock, Step el ) : void
aLock Lock
el Step
Résultat void

appendSteps() public méthode

Part of the list interface for Steps
public appendSteps ( Step el ) : void
el Step a Step to add to the collection in /// Steps
Résultat void

appendSteps() public méthode

Part of the list interface for Steps
public appendSteps ( System coll ) : void
coll System a collection ofSteps to add to the collection in /// Steps
Résultat void

appendSteps() public méthode

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

copyTo() public méthode

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

countSteps() public méthode

Part of the list interface for Steps
public countSteps ( ) : int
Résultat int

deleteSteps() public méthode

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

deleteSteps() public méthode

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

getCase() public méthode

public getCase ( ) : int
Résultat int

getFeature() public méthode

public getFeature ( ) : int
Résultat int

getObsoleteComment() public méthode

public getObsoleteComment ( ) : string
Résultat string

getSteps() public méthode

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

indexOfSteps() public méthode

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

insertSteps() public méthode

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

insertSteps() public méthode

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

removeSteps() public méthode

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

removeSteps() public méthode

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

setAllSteps() public méthode

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

setAllSteps() public méthode

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

setCase() public méthode

public setCase ( int v ) : void
v int
Résultat void

setFeature() public méthode

public setFeature ( int v ) : void
v int
Résultat void

setObsoleteComment() public méthode

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