C# Класс DataDictionary.Generated.SubSequence

Наследование: DataDictionary.Namable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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