C# Class DataDictionary.Generated.Folder

Inheritance: DataDictionary.Namable
Datei anzeigen Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method Description
Folder ( ) : System
NotifyControllers ( Lock aLock ) : void
allFolders ( ) : ArrayList

Part of the list interface for Folders

allTranslations ( ) : ArrayList

Part of the list interface for Translations

appendFolders ( Folder el ) : void

Part of the list interface for Folders

appendFolders ( Lock aLock, Folder el ) : void
appendFolders ( System coll ) : void

Part of the list interface for Folders

appendFolders ( System coll, Lock aLock ) : void
appendTranslations ( Lock aLock, Translation el ) : void
appendTranslations ( System coll ) : void

Part of the list interface for Translations

appendTranslations ( System coll, Lock aLock ) : void
appendTranslations ( Translation el ) : void

Part of the list interface for Translations

copyTo ( Folder other ) : void
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 ) : Folder

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

getRuleCheckDisabling ( ) : RuleCheckDisabling
getTranslations ( int idx ) : Translation

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, Folder el ) : void

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

insertFolders ( int idx, Folder el, Lock aLock ) : void
insertTranslations ( int idx, Translation el ) : void

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

insertTranslations ( int idx, Translation 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.
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 ( 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

Method Description
getFolders ( ) : ArrayList

Part of the list interface for Folders

getTranslations ( ) : ArrayList

Part of the list interface for Translations

Method Details

Folder() public method

public Folder ( ) : System
return System

NotifyControllers() public method

public NotifyControllers ( Lock aLock ) : void
aLock Lock
return void

allFolders() public method

Part of the list interface for Folders
public allFolders ( ) : ArrayList
return System.Collections.ArrayList

allTranslations() public method

Part of the list interface for Translations
public allTranslations ( ) : ArrayList
return System.Collections.ArrayList

appendFolders() public method

Part of the list interface for Folders
public appendFolders ( Folder el ) : void
el Folder a Folder to add to the collection in /// Folders
return void

appendFolders() public method

public appendFolders ( Lock aLock, Folder el ) : void
aLock Lock
el Folder
return void

appendFolders() public method

Part of the list interface for Folders
public appendFolders ( System coll ) : void
coll System a collection ofFolders to add to the collection in /// Folders
return void

appendFolders() public method

public appendFolders ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendTranslations() public method

public appendTranslations ( Lock aLock, Translation el ) : void
aLock Lock
el Translation
return void

appendTranslations() public method

Part of the list interface for Translations
public appendTranslations ( System coll ) : void
coll System a collection ofTranslations to add to the collection in /// Translations
return void

appendTranslations() public method

public appendTranslations ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendTranslations() public method

Part of the list interface for Translations
public appendTranslations ( Translation el ) : void
el Translation a Translation to add to the collection in /// Translations
return void

copyTo() public method

public copyTo ( Folder other ) : void
other Folder
return void

countFolders() public method

Part of the list interface for Folders
public countFolders ( ) : int
return int

countTranslations() public method

Part of the list interface for Translations
public countTranslations ( ) : int
return int

deleteFolders() public method

Part of the list interface for Folders This deletion function removes an element from the collection in Folders
public deleteFolders ( int idx ) : void
idx int the index of the element to remove
return void

deleteFolders() public method

public deleteFolders ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

deleteTranslations() public method

Part of the list interface for Translations This deletion function removes an element from the collection in Translations
public deleteTranslations ( int idx ) : void
idx int the index of the element to remove
return void

deleteTranslations() public method

public deleteTranslations ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
return void

find() public method

public find ( Object search ) : bool
search Object
return bool

getFolders() public method

Part of the list interface for Folders This function returns an element from the collection in Folders based on an index.
public getFolders ( int idx ) : Folder
idx int the index of the element to extract
return Folder

getRuleCheckDisabling() public method

public getRuleCheckDisabling ( ) : RuleCheckDisabling
return RuleCheckDisabling

getTranslations() public method

Part of the list interface for Translations This function returns an element from the collection in Translations based on an index.
public getTranslations ( int idx ) : Translation
idx int the index of the element to extract
return Translation

indexOfFolders() public method

Part of the list interface for Folders This function returns the index of an element in the collection.
public indexOfFolders ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

indexOfTranslations() public method

Part of the list interface for Translations This function returns the index of an element in the collection.
public indexOfTranslations ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

insertFolders() public method

Part of the list interface for Folders This insertion function inserts a new element in the collection in Folders
public insertFolders ( int idx, Folder el ) : void
idx int the index where the insertion must take place
el Folder the element to insert
return void

insertFolders() public method

public insertFolders ( int idx, Folder el, Lock aLock ) : void
idx int
el Folder
aLock Lock
return void

insertTranslations() public method

Part of the list interface for Translations This insertion function inserts a new element in the collection in Translations
public insertTranslations ( int idx, Translation el ) : void
idx int the index where the insertion must take place
el Translation the element to insert
return void

insertTranslations() public method

public insertTranslations ( int idx, Translation el, Lock aLock ) : void
idx int
el Translation
aLock Lock
return void

parse() public method

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
return void

parseBody() public method

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
return void

removeFolders() public method

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.
public removeFolders ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
return void

removeFolders() public method

public removeFolders ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

removeTranslations() public method

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.
public removeTranslations ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
return void

removeTranslations() public method

public removeTranslations ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

setAllFolders() public method

public setAllFolders ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllFolders() public method

Part of the list interface for Folders
public setAllFolders ( System coll ) : void
coll System a collection of elements which replaces /// Folders's current content.
return void

setAllTranslations() public method

public setAllTranslations ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllTranslations() public method

Part of the list interface for Translations
public setAllTranslations ( System coll ) : void
coll System a collection of elements which replaces /// Translations's current content.
return void

setRuleCheckDisabling() public method

public setRuleCheckDisabling ( RuleCheckDisabling v ) : void
v RuleCheckDisabling
return void

subElements() public method

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
return void

unParse() public method

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
return void

unParseBody() public method

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
return void