C# 클래스 DataDictionary.Generated.Function

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

공개 메소드들

메소드 설명
Function ( ) : System
NotifyControllers ( Lock aLock ) : void
allCases ( ) : ArrayList

Part of the list interface for Cases

allParameters ( ) : ArrayList

Part of the list interface for Parameters

appendCases ( Case el ) : void

Part of the list interface for Cases

appendCases ( Lock aLock, Case el ) : void
appendCases ( System coll ) : void

Part of the list interface for Cases

appendCases ( System coll, Lock aLock ) : void
appendParameters ( Lock aLock, Parameter el ) : void
appendParameters ( Parameter el ) : void

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 ) : Case

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

getParameters ( int idx ) : Parameter

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

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

insertCases ( int idx, Case el, Lock aLock ) : void
insertParameters ( int idx, Parameter el ) : void

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

insertParameters ( int idx, Parameter 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.
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 ( 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.

비공개 메소드들

메소드 설명
getCases ( ) : ArrayList

Part of the list interface for Cases

getParameters ( ) : ArrayList

Part of the list interface for Parameters

메소드 상세

Function() 공개 메소드

public Function ( ) : System
리턴 System

NotifyControllers() 공개 메소드

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

allCases() 공개 메소드

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

allParameters() 공개 메소드

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

appendCases() 공개 메소드

Part of the list interface for Cases
public appendCases ( Case el ) : void
el Case a Case to add to the collection in /// Cases
리턴 void

appendCases() 공개 메소드

public appendCases ( Lock aLock, Case el ) : void
aLock Lock
el Case
리턴 void

appendCases() 공개 메소드

Part of the list interface for Cases
public appendCases ( System coll ) : void
coll System a collection ofCases to add to the collection in /// Cases
리턴 void

appendCases() 공개 메소드

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

appendParameters() 공개 메소드

public appendParameters ( Lock aLock, Parameter el ) : void
aLock Lock
el Parameter
리턴 void

appendParameters() 공개 메소드

Part of the list interface for Parameters
public appendParameters ( Parameter el ) : void
el Parameter a Parameter to add to the collection in /// Parameters
리턴 void

appendParameters() 공개 메소드

Part of the list interface for Parameters
public appendParameters ( System coll ) : void
coll System a collection ofParameters to add to the collection in /// Parameters
리턴 void

appendParameters() 공개 메소드

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

copyTo() 공개 메소드

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

countCases() 공개 메소드

Part of the list interface for Cases
public countCases ( ) : int
리턴 int

countParameters() 공개 메소드

Part of the list interface for Parameters
public countParameters ( ) : int
리턴 int

deleteCases() 공개 메소드

Part of the list interface for Cases This deletion function removes an element from the collection in Cases
public deleteCases ( int idx ) : void
idx int the index of the element to remove
리턴 void

deleteCases() 공개 메소드

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

deleteParameters() 공개 메소드

Part of the list interface for Parameters This deletion function removes an element from the collection in Parameters
public deleteParameters ( int idx ) : void
idx int the index of the element to remove
리턴 void

deleteParameters() 공개 메소드

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

getCacheable() 공개 메소드

public getCacheable ( ) : bool
리턴 bool

getCases() 공개 메소드

Part of the list interface for Cases This function returns an element from the collection in Cases based on an index.
public getCases ( int idx ) : Case
idx int the index of the element to extract
리턴 Case

getParameters() 공개 메소드

Part of the list interface for Parameters This function returns an element from the collection in Parameters based on an index.
public getParameters ( int idx ) : Parameter
idx int the index of the element to extract
리턴 Parameter

getTypeName() 공개 메소드

public getTypeName ( ) : string
리턴 string

indexOfCases() 공개 메소드

Part of the list interface for Cases This function returns the index of an element in the collection.
public indexOfCases ( IXmlBBase el ) : int
el IXmlBBase the object to look for
리턴 int

indexOfParameters() 공개 메소드

Part of the list interface for Parameters This function returns the index of an element in the collection.
public indexOfParameters ( IXmlBBase el ) : int
el IXmlBBase the object to look for
리턴 int

insertCases() 공개 메소드

Part of the list interface for Cases This insertion function inserts a new element in the collection in Cases
public insertCases ( int idx, Case el ) : void
idx int the index where the insertion must take place
el Case the element to insert
리턴 void

insertCases() 공개 메소드

public insertCases ( int idx, Case el, Lock aLock ) : void
idx int
el Case
aLock Lock
리턴 void

insertParameters() 공개 메소드

Part of the list interface for Parameters This insertion function inserts a new element in the collection in Parameters
public insertParameters ( int idx, Parameter el ) : void
idx int the index where the insertion must take place
el Parameter the element to insert
리턴 void

insertParameters() 공개 메소드

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

removeCases() 공개 메소드

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

removeCases() 공개 메소드

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

removeParameters() 공개 메소드

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

removeParameters() 공개 메소드

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

setAllCases() 공개 메소드

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

setAllCases() 공개 메소드

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

setAllParameters() 공개 메소드

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

setAllParameters() 공개 메소드

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

setCacheable() 공개 메소드

public setCacheable ( bool v ) : void
v bool
리턴 void

setTypeName() 공개 메소드

public setTypeName ( string v ) : void
v string
리턴 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