C# 클래스 DataDictionary.Generated.TranslationDictionary

상속: DataDictionary.Namable
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs 1 사용 예제들

공개 메소드들

메소드 설명
NotifyControllers ( Lock aLock ) : void
TranslationDictionary ( ) : System
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 ( TranslationDictionary 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.

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

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.

비공개 메소드들

메소드 설명
getFolders ( ) : ArrayList

Part of the list interface for Folders

getTranslations ( ) : ArrayList

Part of the list interface for Translations

메소드 상세

NotifyControllers() 공개 메소드

public NotifyControllers ( Lock aLock ) : void
aLock Lock
리턴 void

TranslationDictionary() 공개 메소드

public TranslationDictionary ( ) : System
리턴 System

allFolders() 공개 메소드

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

allTranslations() 공개 메소드

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

appendFolders() 공개 메소드

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

appendFolders() 공개 메소드

public appendFolders ( Lock aLock, Folder el ) : void
aLock Lock
el Folder
리턴 void

appendFolders() 공개 메소드

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

appendFolders() 공개 메소드

public appendFolders ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

appendTranslations() 공개 메소드

public appendTranslations ( Lock aLock, Translation el ) : void
aLock Lock
el Translation
리턴 void

appendTranslations() 공개 메소드

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

appendTranslations() 공개 메소드

public appendTranslations ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

appendTranslations() 공개 메소드

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

copyTo() 공개 메소드

public copyTo ( TranslationDictionary other ) : void
other TranslationDictionary
리턴 void

countFolders() 공개 메소드

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

countTranslations() 공개 메소드

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

deleteFolders() 공개 메소드

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
리턴 void

deleteFolders() 공개 메소드

public deleteFolders ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 void

deleteTranslations() 공개 메소드

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
리턴 void

deleteTranslations() 공개 메소드

public deleteTranslations ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 void

dispatch() 공개 메소드

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
리턴 void

dispatch() 공개 메소드

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

find() 공개 메소드

public find ( Object search ) : bool
search Object
리턴 bool

getFolders() 공개 메소드

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
리턴 Folder

getTranslations() 공개 메소드

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
리턴 Translation

indexOfFolders() 공개 메소드

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
리턴 int

indexOfTranslations() 공개 메소드

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
리턴 int

insertFolders() 공개 메소드

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
리턴 void

insertFolders() 공개 메소드

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

insertTranslations() 공개 메소드

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
리턴 void

insertTranslations() 공개 메소드

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

parse() 공개 메소드

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
리턴 void

parseBody() 공개 메소드

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
리턴 void

removeFolders() 공개 메소드

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
리턴 void

removeFolders() 공개 메소드

public removeFolders ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

removeTranslations() 공개 메소드

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
리턴 void

removeTranslations() 공개 메소드

public removeTranslations ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

setAllFolders() 공개 메소드

public setAllFolders ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllFolders() 공개 메소드

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

setAllTranslations() 공개 메소드

public setAllTranslations ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllTranslations() 공개 메소드

Part of the list interface for Translations
public setAllTranslations ( System coll ) : void
coll System a collection of elements which replaces /// Translations's current content.
리턴 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.
public subElements ( ArrayList l ) : void
l System.Collections.ArrayList
리턴 void

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.
public unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void
pw System.IO.TextWriter
typeId bool
headingTag string
endingTag string
리턴 void

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.
public unParseBody ( TextWriter pw ) : void
pw System.IO.TextWriter
리턴 void