C# Class DataDictionary.Generated.SubSequence

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

Méthodes publiques

Méthode Description
NotifyControllers ( Lock aLock ) : void
SubSequence ( ) : System
allTestCases ( ) : ArrayList

Part of the list interface for TestCases

appendTestCases ( Lock aLock, TestCase el ) : void
appendTestCases ( System coll ) : void

Part of the list interface for TestCases

appendTestCases ( System coll, Lock aLock ) : void
appendTestCases ( TestCase el ) : void

Part of the list interface for TestCases

copyTo ( SubSequence other ) : void
countTestCases ( ) : int

Part of the list interface for TestCases

deleteTestCases ( int idx ) : void

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

deleteTestCases ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getComment ( ) : string
getCompleted ( ) : bool
getD_LRBG ( ) : string
getLevel ( ) : string
getMode ( ) : string
getNID_LRBG ( ) : string
getQ_DIRLRBG ( ) : string
getQ_DIRTRAIN ( ) : string
getQ_DLRBG ( ) : string
getRBCPhone ( ) : string
getRBC_ID ( ) : string
getRuleCheckDisabling ( ) : RuleCheckDisabling
getTestCases ( int idx ) : TestCase

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

indexOfTestCases ( IXmlBBase el ) : int

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

insertTestCases ( int idx, TestCase el ) : void

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

insertTestCases ( int idx, TestCase 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.
removeTestCases ( IXmlBBase obj ) : void

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

removeTestCases ( IXmlBBase obj, Lock aLock ) : void
setAllTestCases ( Lock aLock, System coll ) : void
setAllTestCases ( System coll ) : void

Part of the list interface for TestCases

setComment ( string v ) : void
setCompleted ( bool v ) : void
setD_LRBG ( string v ) : void
setLevel ( string v ) : void
setMode ( string v ) : void
setNID_LRBG ( string v ) : void
setQ_DIRLRBG ( string v ) : void
setQ_DIRTRAIN ( string v ) : void
setQ_DLRBG ( string v ) : void
setRBCPhone ( string v ) : void
setRBC_ID ( string v ) : void
setRuleCheckDisabling ( RuleCheckDisabling 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
getTestCases ( ) : ArrayList

Part of the list interface for TestCases

Method Details

NotifyControllers() public méthode

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

SubSequence() public méthode

public SubSequence ( ) : System
Résultat System

allTestCases() public méthode

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

appendTestCases() public méthode

public appendTestCases ( Lock aLock, TestCase el ) : void
aLock Lock
el TestCase
Résultat void

appendTestCases() public méthode

Part of the list interface for TestCases
public appendTestCases ( System coll ) : void
coll System a collection ofTestCases to add to the collection in /// TestCases
Résultat void

appendTestCases() public méthode

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

appendTestCases() public méthode

Part of the list interface for TestCases
public appendTestCases ( TestCase el ) : void
el TestCase a TestCase to add to the collection in /// TestCases
Résultat void

copyTo() public méthode

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

countTestCases() public méthode

Part of the list interface for TestCases
public countTestCases ( ) : int
Résultat int

deleteTestCases() public méthode

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

deleteTestCases() public méthode

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

getComment() public méthode

public getComment ( ) : string
Résultat string

getCompleted() public méthode

public getCompleted ( ) : bool
Résultat bool

getD_LRBG() public méthode

public getD_LRBG ( ) : string
Résultat string

getLevel() public méthode

public getLevel ( ) : string
Résultat string

getMode() public méthode

public getMode ( ) : string
Résultat string

getNID_LRBG() public méthode

public getNID_LRBG ( ) : string
Résultat string

getQ_DIRLRBG() public méthode

public getQ_DIRLRBG ( ) : string
Résultat string

getQ_DIRTRAIN() public méthode

public getQ_DIRTRAIN ( ) : string
Résultat string

getQ_DLRBG() public méthode

public getQ_DLRBG ( ) : string
Résultat string

getRBCPhone() public méthode

public getRBCPhone ( ) : string
Résultat string

getRBC_ID() public méthode

public getRBC_ID ( ) : string
Résultat string

getRuleCheckDisabling() public méthode

public getRuleCheckDisabling ( ) : RuleCheckDisabling
Résultat RuleCheckDisabling

getTestCases() public méthode

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

indexOfTestCases() public méthode

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

insertTestCases() public méthode

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

insertTestCases() public méthode

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

removeTestCases() public méthode

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

removeTestCases() public méthode

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

setAllTestCases() public méthode

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

setAllTestCases() public méthode

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

setComment() public méthode

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

setCompleted() public méthode

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

setD_LRBG() public méthode

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

setLevel() public méthode

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

setMode() public méthode

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

setNID_LRBG() public méthode

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

setQ_DIRLRBG() public méthode

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

setQ_DIRTRAIN() public méthode

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

setQ_DLRBG() public méthode

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

setRBCPhone() public méthode

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

setRBC_ID() public méthode

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

setRuleCheckDisabling() public méthode

public setRuleCheckDisabling ( RuleCheckDisabling v ) : void
v RuleCheckDisabling
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 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 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 TextWriter
Résultat void