Method |
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. |
|