C# 클래스 DataDictionary.Generated.SubSequence

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

공개 메소드들

메소드 설명
NotifyControllers ( Lock aLock ) : void
SubSequence ( ) : System
allTestCases ( ) : ArrayList

Part of the list interface for TestCases

appendTestCases ( Lock aLock, TestCase el ) : void
appendTestCases ( System coll ) : void

Part of the list interface for TestCases

appendTestCases ( System coll, Lock aLock ) : void
appendTestCases ( TestCase el ) : void

Part of the list interface for TestCases

copyTo ( SubSequence other ) : void
countTestCases ( ) : int

Part of the list interface for TestCases

deleteTestCases ( int idx ) : void

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

deleteTestCases ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getComment ( ) : string
getCompleted ( ) : bool
getD_LRBG ( ) : string
getLevel ( ) : string
getMode ( ) : string
getNID_LRBG ( ) : string
getQ_DIRLRBG ( ) : string
getQ_DIRTRAIN ( ) : string
getQ_DLRBG ( ) : string
getRBCPhone ( ) : string
getRBC_ID ( ) : string
getRuleCheckDisabling ( ) : RuleCheckDisabling
getTestCases ( int idx ) : TestCase

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

indexOfTestCases ( IXmlBBase el ) : int

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

insertTestCases ( int idx, TestCase el ) : void

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

insertTestCases ( int idx, TestCase 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.
removeTestCases ( IXmlBBase obj ) : void

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

removeTestCases ( IXmlBBase obj, Lock aLock ) : void
setAllTestCases ( Lock aLock, System coll ) : void
setAllTestCases ( System coll ) : void

Part of the list interface for TestCases

setComment ( string v ) : void
setCompleted ( bool v ) : void
setD_LRBG ( string v ) : void
setLevel ( string v ) : void
setMode ( string v ) : void
setNID_LRBG ( string v ) : void
setQ_DIRLRBG ( string v ) : void
setQ_DIRTRAIN ( string v ) : void
setQ_DLRBG ( string v ) : void
setRBCPhone ( string v ) : void
setRBC_ID ( string v ) : void
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.

비공개 메소드들

메소드 설명
getTestCases ( ) : ArrayList

Part of the list interface for TestCases

메소드 상세

NotifyControllers() 공개 메소드

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

SubSequence() 공개 메소드

public SubSequence ( ) : System
리턴 System

allTestCases() 공개 메소드

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

appendTestCases() 공개 메소드

public appendTestCases ( Lock aLock, TestCase el ) : void
aLock Lock
el TestCase
리턴 void

appendTestCases() 공개 메소드

Part of the list interface for TestCases
public appendTestCases ( System coll ) : void
coll System a collection ofTestCases to add to the collection in /// TestCases
리턴 void

appendTestCases() 공개 메소드

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

appendTestCases() 공개 메소드

Part of the list interface for TestCases
public appendTestCases ( TestCase el ) : void
el TestCase a TestCase to add to the collection in /// TestCases
리턴 void

copyTo() 공개 메소드

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

countTestCases() 공개 메소드

Part of the list interface for TestCases
public countTestCases ( ) : int
리턴 int

deleteTestCases() 공개 메소드

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

deleteTestCases() 공개 메소드

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

getComment() 공개 메소드

public getComment ( ) : string
리턴 string

getCompleted() 공개 메소드

public getCompleted ( ) : bool
리턴 bool

getD_LRBG() 공개 메소드

public getD_LRBG ( ) : string
리턴 string

getLevel() 공개 메소드

public getLevel ( ) : string
리턴 string

getMode() 공개 메소드

public getMode ( ) : string
리턴 string

getNID_LRBG() 공개 메소드

public getNID_LRBG ( ) : string
리턴 string

getQ_DIRLRBG() 공개 메소드

public getQ_DIRLRBG ( ) : string
리턴 string

getQ_DIRTRAIN() 공개 메소드

public getQ_DIRTRAIN ( ) : string
리턴 string

getQ_DLRBG() 공개 메소드

public getQ_DLRBG ( ) : string
리턴 string

getRBCPhone() 공개 메소드

public getRBCPhone ( ) : string
리턴 string

getRBC_ID() 공개 메소드

public getRBC_ID ( ) : string
리턴 string

getRuleCheckDisabling() 공개 메소드

public getRuleCheckDisabling ( ) : RuleCheckDisabling
리턴 RuleCheckDisabling

getTestCases() 공개 메소드

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

indexOfTestCases() 공개 메소드

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

insertTestCases() 공개 메소드

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

insertTestCases() 공개 메소드

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

removeTestCases() 공개 메소드

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

removeTestCases() 공개 메소드

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

setAllTestCases() 공개 메소드

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

setAllTestCases() 공개 메소드

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

setComment() 공개 메소드

public setComment ( string v ) : void
v string
리턴 void

setCompleted() 공개 메소드

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

setD_LRBG() 공개 메소드

public setD_LRBG ( string v ) : void
v string
리턴 void

setLevel() 공개 메소드

public setLevel ( string v ) : void
v string
리턴 void

setMode() 공개 메소드

public setMode ( string v ) : void
v string
리턴 void

setNID_LRBG() 공개 메소드

public setNID_LRBG ( string v ) : void
v string
리턴 void

setQ_DIRLRBG() 공개 메소드

public setQ_DIRLRBG ( string v ) : void
v string
리턴 void

setQ_DIRTRAIN() 공개 메소드

public setQ_DIRTRAIN ( string v ) : void
v string
리턴 void

setQ_DLRBG() 공개 메소드

public setQ_DLRBG ( string v ) : void
v string
리턴 void

setRBCPhone() 공개 메소드

public setRBCPhone ( string v ) : void
v string
리턴 void

setRBC_ID() 공개 메소드

public setRBC_ID ( string v ) : void
v string
리턴 void

setRuleCheckDisabling() 공개 메소드

public setRuleCheckDisabling ( RuleCheckDisabling v ) : void
v RuleCheckDisabling
리턴 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 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 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 TextWriter
리턴 void