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

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

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

Метод Описание
NotifyControllers ( Lock aLock ) : void
TestCase ( ) : System
allSteps ( ) : ArrayList

Part of the list interface for Steps

appendSteps ( Lock aLock, Step el ) : void
appendSteps ( Step el ) : void

Part of the list interface for Steps

appendSteps ( System coll ) : void

Part of the list interface for Steps

appendSteps ( System coll, Lock aLock ) : void
copyTo ( TestCase other ) : void
countSteps ( ) : int

Part of the list interface for Steps

deleteSteps ( int idx ) : void

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

deleteSteps ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getCase ( ) : int
getFeature ( ) : int
getObsoleteComment ( ) : string
getSteps ( int idx ) : Step

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

indexOfSteps ( IXmlBBase el ) : int

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

insertSteps ( int idx, Step el ) : void

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

insertSteps ( int idx, Step 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.
removeSteps ( IXmlBBase obj ) : void

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

removeSteps ( IXmlBBase obj, Lock aLock ) : void
setAllSteps ( Lock aLock, System coll ) : void
setAllSteps ( System coll ) : void

Part of the list interface for Steps

setCase ( int v ) : void
setFeature ( int v ) : void
setObsoleteComment ( 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.

Приватные методы

Метод Описание
getSteps ( ) : ArrayList

Part of the list interface for Steps

Описание методов

NotifyControllers() публичный Метод

public NotifyControllers ( Lock aLock ) : void
aLock Lock
Результат void

TestCase() публичный Метод

public TestCase ( ) : System
Результат System

allSteps() публичный Метод

Part of the list interface for Steps
public allSteps ( ) : ArrayList
Результат System.Collections.ArrayList

appendSteps() публичный Метод

public appendSteps ( Lock aLock, Step el ) : void
aLock Lock
el Step
Результат void

appendSteps() публичный Метод

Part of the list interface for Steps
public appendSteps ( Step el ) : void
el Step a Step to add to the collection in /// Steps
Результат void

appendSteps() публичный Метод

Part of the list interface for Steps
public appendSteps ( System coll ) : void
coll System a collection ofSteps to add to the collection in /// Steps
Результат void

appendSteps() публичный Метод

public appendSteps ( System coll, Lock aLock ) : void
coll System
aLock Lock
Результат void

copyTo() публичный Метод

public copyTo ( TestCase other ) : void
other TestCase
Результат void

countSteps() публичный Метод

Part of the list interface for Steps
public countSteps ( ) : int
Результат int

deleteSteps() публичный Метод

Part of the list interface for Steps This deletion function removes an element from the collection in Steps
public deleteSteps ( int idx ) : void
idx int the index of the element to remove
Результат void

deleteSteps() публичный Метод

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

getCase() публичный Метод

public getCase ( ) : int
Результат int

getFeature() публичный Метод

public getFeature ( ) : int
Результат int

getObsoleteComment() публичный Метод

public getObsoleteComment ( ) : string
Результат string

getSteps() публичный Метод

Part of the list interface for Steps This function returns an element from the collection in Steps based on an index.
public getSteps ( int idx ) : Step
idx int the index of the element to extract
Результат Step

indexOfSteps() публичный Метод

Part of the list interface for Steps This function returns the index of an element in the collection.
public indexOfSteps ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Результат int

insertSteps() публичный Метод

Part of the list interface for Steps This insertion function inserts a new element in the collection in Steps
public insertSteps ( int idx, Step el ) : void
idx int the index where the insertion must take place
el Step the element to insert
Результат void

insertSteps() публичный Метод

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

removeSteps() публичный Метод

Part of the list interface for Steps This deletion function removes an element from the collection in Steps If the object given in parameter is not found in the the collection, this function does nothing.
public removeSteps ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Результат void

removeSteps() публичный Метод

public removeSteps ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Результат void

setAllSteps() публичный Метод

public setAllSteps ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void

setAllSteps() публичный Метод

Part of the list interface for Steps
public setAllSteps ( System coll ) : void
coll System a collection of elements which replaces /// Steps's current content.
Результат void

setCase() публичный Метод

public setCase ( int v ) : void
v int
Результат void

setFeature() публичный Метод

public setFeature ( int v ) : void
v int
Результат void

setObsoleteComment() публичный Метод

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