Method | Description | |
---|---|---|
Folder ( ) : System | ||
NotifyControllers ( Lock aLock ) : void | ||
allFolders ( ) : |
Part of the list interface for Folders
|
|
allTranslations ( ) : |
Part of the list interface for Translations
|
|
appendFolders ( |
Part of the list interface for Folders
|
|
appendFolders ( Lock aLock, |
||
appendFolders ( System coll ) : void |
Part of the list interface for Folders
|
|
appendFolders ( System coll, Lock aLock ) : void | ||
appendTranslations ( Lock aLock, |
||
appendTranslations ( System coll ) : void |
Part of the list interface for Translations
|
|
appendTranslations ( System coll, Lock aLock ) : void | ||
appendTranslations ( |
Part of the list interface for Translations
|
|
copyTo ( |
||
countFolders ( ) : int |
Part of the list interface for Folders
|
|
countTranslations ( ) : int |
Part of the list interface for Translations
|
|
deleteFolders ( int idx ) : void |
Part of the list interface for Folders This deletion function removes an element from the collection in Folders
|
|
deleteFolders ( int idx, Lock aLock ) : void | ||
deleteTranslations ( int idx ) : void |
Part of the list interface for Translations This deletion function removes an element from the collection in Translations
|
|
deleteTranslations ( int idx, Lock aLock ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
find ( Object search ) : bool | ||
getFolders ( int idx ) : |
Part of the list interface for Folders This function returns an element from the collection in Folders based on an index.
|
|
getRuleCheckDisabling ( ) : |
||
getTranslations ( int idx ) : |
Part of the list interface for Translations This function returns an element from the collection in Translations based on an index.
|
|
indexOfFolders ( IXmlBBase el ) : int |
Part of the list interface for Folders This function returns the index of an element in the collection.
|
|
indexOfTranslations ( IXmlBBase el ) : int |
Part of the list interface for Translations This function returns the index of an element in the collection.
|
|
insertFolders ( int idx, |
Part of the list interface for Folders This insertion function inserts a new element in the collection in Folders
|
|
insertFolders ( int idx, |
||
insertTranslations ( int idx, |
Part of the list interface for Translations This insertion function inserts a new element in the collection in Translations
|
|
insertTranslations ( 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. | |
removeFolders ( IXmlBBase obj ) : void |
Part of the list interface for Folders This deletion function removes an element from the collection in Folders If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeFolders ( IXmlBBase obj, Lock aLock ) : void | ||
removeTranslations ( IXmlBBase obj ) : void |
Part of the list interface for Translations This deletion function removes an element from the collection in Translations If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeTranslations ( IXmlBBase obj, Lock aLock ) : void | ||
setAllFolders ( Lock aLock, System coll ) : void | ||
setAllFolders ( System coll ) : void |
Part of the list interface for Folders
|
|
setAllTranslations ( Lock aLock, System coll ) : void | ||
setAllTranslations ( System coll ) : void |
Part of the list interface for Translations
|
|
setRuleCheckDisabling ( |
||
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 | |
---|---|---|
getFolders ( ) : |
Part of the list interface for Folders
|
|
getTranslations ( ) : |
Part of the list interface for Translations
|
public NotifyControllers ( Lock aLock ) : void | ||
aLock | Lock | |
return | void |
public allTranslations ( ) : |
||
return |
public appendFolders ( |
||
el | a Folder to add to the collection in /// Folders | |
return | void |
public appendFolders ( Lock aLock, |
||
aLock | Lock | |
el | ||
return | void |
public appendFolders ( System coll ) : void | ||
coll | System | a collection ofFolders to add to the collection in /// Folders |
return | void |
public appendFolders ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
return | void |
public appendTranslations ( Lock aLock, |
||
aLock | Lock | |
el | ||
return | void |
public appendTranslations ( System coll ) : void | ||
coll | System | a collection ofTranslations to add to the collection in /// Translations |
return | void |
public appendTranslations ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
return | void |
public appendTranslations ( |
||
el | a Translation to add to the collection in /// Translations | |
return | void |
public deleteFolders ( int idx ) : void | ||
idx | int | the index of the element to remove |
return | void |
public deleteFolders ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
return | void |
public deleteTranslations ( int idx ) : void | ||
idx | int | the index of the element to remove |
return | void |
public deleteTranslations ( 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 getFolders ( int idx ) : |
||
idx | int | the index of the element to extract |
return |
public getRuleCheckDisabling ( ) : |
||
return |
public getTranslations ( int idx ) : |
||
idx | int | the index of the element to extract |
return |
public indexOfFolders ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
return | int |
public indexOfTranslations ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
return | int |
public insertFolders ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
return | void |
public insertFolders ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
return | void |
public insertTranslations ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
return | void |
public insertTranslations ( 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 removeFolders ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
return | void |
public removeFolders ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
return | void |
public removeTranslations ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
return | void |
public removeTranslations ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
return | void |
public setAllFolders ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
return | void |
public setAllFolders ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Folders's current content. |
return | void |
public setAllTranslations ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
return | void |
public setAllTranslations ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Translations's current content. |
return | void |
public setRuleCheckDisabling ( |
||
v | ||
return | void |
public subElements ( |
||
l | ||
return | void |
public unParse ( |
||
pw | ||
typeId | bool | |
headingTag | string | |
endingTag | string | |
return | void |
public unParseBody ( |
||
pw | ||
return | void |