Method | Description | |
---|---|---|
Function ( ) : System | ||
NotifyControllers ( Lock aLock ) : void | ||
allCases ( ) : |
Part of the list interface for Cases
|
|
allParameters ( ) : |
Part of the list interface for Parameters
|
|
appendCases ( |
Part of the list interface for Cases
|
|
appendCases ( Lock aLock, |
||
appendCases ( System coll ) : void |
Part of the list interface for Cases
|
|
appendCases ( System coll, Lock aLock ) : void | ||
appendParameters ( Lock aLock, |
||
appendParameters ( |
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 ) : |
Part of the list interface for Cases This function returns an element from the collection in Cases based on an index.
|
|
getParameters ( int idx ) : |
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, |
Part of the list interface for Cases This insertion function inserts a new element in the collection in Cases
|
|
insertCases ( int idx, |
||
insertParameters ( int idx, |
Part of the list interface for Parameters This insertion function inserts a new element in the collection in Parameters
|
|
insertParameters ( int idx, |
||
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 ( |
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 ( |
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 ( |
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. |
Method | Description | |
---|---|---|
getCases ( ) : |
Part of the list interface for Cases
|
|
getParameters ( ) : |
Part of the list interface for Parameters
|
public NotifyControllers ( Lock aLock ) : void | ||
aLock | Lock | |
return | void |
public allParameters ( ) : |
||
return |
public appendCases ( |
||
el | a Case to add to the collection in /// Cases | |
return | void |
public appendCases ( Lock aLock, |
||
aLock | Lock | |
el | ||
return | void |
public appendCases ( System coll ) : void | ||
coll | System | a collection ofCases to add to the collection in /// Cases |
return | void |
public appendCases ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
return | void |
public appendParameters ( Lock aLock, |
||
aLock | Lock | |
el | ||
return | void |
public appendParameters ( |
||
el | a Parameter to add to the collection in /// Parameters | |
return | void |
public appendParameters ( System coll ) : void | ||
coll | System | a collection ofParameters to add to the collection in /// Parameters |
return | void |
public appendParameters ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
return | void |
public deleteCases ( int idx ) : void | ||
idx | int | the index of the element to remove |
return | void |
public deleteCases ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
return | void |
public deleteParameters ( int idx ) : void | ||
idx | int | the index of the element to remove |
return | void |
public deleteParameters ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
return | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
return | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
visitSubNodes | bool | |
return | void |
public getCases ( int idx ) : |
||
idx | int | the index of the element to extract |
return |
public getParameters ( int idx ) : |
||
idx | int | the index of the element to extract |
return |
public indexOfCases ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
return | int |
public indexOfParameters ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
return | int |
public insertCases ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
return | void |
public insertCases ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
return | void |
public insertParameters ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
return | void |
public insertParameters ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
return | void |
public parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void | ||
ctxt | XmlBooster.XmlBContext | |
endingTag | string | |
return | void |
public parseBody ( XmlBooster.XmlBContext ctxt ) : void | ||
ctxt | XmlBooster.XmlBContext | |
return | void |
public removeCases ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
return | void |
public removeCases ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
return | void |
public removeParameters ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
return | void |
public removeParameters ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
return | void |
public setAllCases ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
return | void |
public setAllCases ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Cases's current content. |
return | void |
public setAllParameters ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
return | void |
public setAllParameters ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Parameters's current content. |
return | void |
public subElements ( |
||
l | ||
return | void |
public unParse ( |
||
pw | ||
typeId | bool | |
headingTag | string | |
endingTag | string | |
return | void |
public unParseBody ( |
||
pw | ||
return | void |