C# Class DataDictionary.Generated.ShortcutDictionary

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

Méthodes publiques

Méthode Description
NotifyControllers ( Lock aLock ) : void
ShortcutDictionary ( ) : System
allFolders ( ) : ArrayList

Part of the list interface for Folders

allShortcuts ( ) : ArrayList

Part of the list interface for Shortcuts

appendFolders ( Lock aLock, ShortcutFolder el ) : void
appendFolders ( ShortcutFolder el ) : void

Part of the list interface for Folders

appendFolders ( System coll ) : void

Part of the list interface for Folders

appendFolders ( System coll, Lock aLock ) : void
appendShortcuts ( Lock aLock, Shortcut el ) : void
appendShortcuts ( Shortcut el ) : void

Part of the list interface for Shortcuts

appendShortcuts ( System coll ) : void

Part of the list interface for Shortcuts

appendShortcuts ( System coll, Lock aLock ) : void
copyTo ( ShortcutDictionary other ) : void
countFolders ( ) : int

Part of the list interface for Folders

countShortcuts ( ) : int

Part of the list interface for Shortcuts

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
deleteShortcuts ( int idx ) : void

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

deleteShortcuts ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getFolders ( int idx ) : ShortcutFolder

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

getShortcuts ( int idx ) : Shortcut

Part of the list interface for Shortcuts This function returns an element from the collection in Shortcuts 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.

indexOfShortcuts ( IXmlBBase el ) : int

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

insertFolders ( int idx, ShortcutFolder el ) : void

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

insertFolders ( int idx, ShortcutFolder el, Lock aLock ) : void
insertShortcuts ( int idx, Shortcut el ) : void

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

insertShortcuts ( int idx, Shortcut 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
removeShortcuts ( IXmlBBase obj ) : void

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

removeShortcuts ( IXmlBBase obj, Lock aLock ) : void
setAllFolders ( Lock aLock, System coll ) : void
setAllFolders ( System coll ) : void

Part of the list interface for Folders

setAllShortcuts ( Lock aLock, System coll ) : void
setAllShortcuts ( System coll ) : void

Part of the list interface for Shortcuts

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
getFolders ( ) : ArrayList

Part of the list interface for Folders

getShortcuts ( ) : ArrayList

Part of the list interface for Shortcuts

Method Details

NotifyControllers() public méthode

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

ShortcutDictionary() public méthode

public ShortcutDictionary ( ) : System
Résultat System

allFolders() public méthode

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

allShortcuts() public méthode

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

appendFolders() public méthode

public appendFolders ( Lock aLock, ShortcutFolder el ) : void
aLock Lock
el ShortcutFolder
Résultat void

appendFolders() public méthode

Part of the list interface for Folders
public appendFolders ( ShortcutFolder el ) : void
el ShortcutFolder a ShortcutFolder to add to the collection in /// Folders
Résultat void

appendFolders() public méthode

Part of the list interface for Folders
public appendFolders ( System coll ) : void
coll System a collection ofShortcutFolders to add to the collection in /// Folders
Résultat void

appendFolders() public méthode

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

appendShortcuts() public méthode

public appendShortcuts ( Lock aLock, Shortcut el ) : void
aLock Lock
el Shortcut
Résultat void

appendShortcuts() public méthode

Part of the list interface for Shortcuts
public appendShortcuts ( Shortcut el ) : void
el Shortcut a Shortcut to add to the collection in /// Shortcuts
Résultat void

appendShortcuts() public méthode

Part of the list interface for Shortcuts
public appendShortcuts ( System coll ) : void
coll System a collection ofShortcuts to add to the collection in /// Shortcuts
Résultat void

appendShortcuts() public méthode

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

copyTo() public méthode

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

countFolders() public méthode

Part of the list interface for Folders
public countFolders ( ) : int
Résultat int

countShortcuts() public méthode

Part of the list interface for Shortcuts
public countShortcuts ( ) : int
Résultat int

deleteFolders() public méthode

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
Résultat void

deleteFolders() public méthode

public deleteFolders ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

deleteShortcuts() public méthode

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

deleteShortcuts() public méthode

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

getFolders() public méthode

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 ) : ShortcutFolder
idx int the index of the element to extract
Résultat ShortcutFolder

getShortcuts() public méthode

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

indexOfFolders() public méthode

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
Résultat int

indexOfShortcuts() public méthode

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

insertFolders() public méthode

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

insertFolders() public méthode

public insertFolders ( int idx, ShortcutFolder el, Lock aLock ) : void
idx int
el ShortcutFolder
aLock Lock
Résultat void

insertShortcuts() public méthode

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

insertShortcuts() public méthode

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

removeFolders() public méthode

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
Résultat void

removeFolders() public méthode

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

removeShortcuts() public méthode

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

removeShortcuts() public méthode

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

setAllFolders() public méthode

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

setAllFolders() public méthode

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

setAllShortcuts() public méthode

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

setAllShortcuts() public méthode

Part of the list interface for Shortcuts
public setAllShortcuts ( System coll ) : void
coll System a collection of elements which replaces /// Shortcuts's current content.
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 System.Collections.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 System.IO.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 System.IO.TextWriter
Résultat void