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

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

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

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

Part of the list interface for Actions

allExpectations ( ) : ArrayList

Part of the list interface for Expectations

appendActions ( Action el ) : void

Part of the list interface for Actions

appendActions ( Lock aLock, Action el ) : void
appendActions ( System coll ) : void

Part of the list interface for Actions

appendActions ( System coll, Lock aLock ) : void
appendExpectations ( Expectation el ) : void

Part of the list interface for Expectations

appendExpectations ( Lock aLock, Expectation el ) : void
appendExpectations ( System coll ) : void

Part of the list interface for Expectations

appendExpectations ( System coll, Lock aLock ) : void
copyTo ( SubStep other ) : void
countActions ( ) : int

Part of the list interface for Actions

countExpectations ( ) : int

Part of the list interface for Expectations

deleteActions ( int idx ) : void

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

deleteActions ( int idx, Lock aLock ) : void
deleteExpectations ( int idx ) : void

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

deleteExpectations ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getActions ( int idx ) : Action

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

getComment ( ) : string
getExpectations ( int idx ) : Expectation

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

getSkipEngine ( ) : bool
getTimeDelay ( ) : acceptor.TimeDelay
getTimeDelay_AsString ( ) : string
getTimer ( ) : double
indexOfActions ( IXmlBBase el ) : int

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

indexOfExpectations ( IXmlBBase el ) : int

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

insertActions ( int idx, Action el ) : void

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

insertActions ( int idx, Action el, Lock aLock ) : void
insertExpectations ( int idx, Expectation el ) : void

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

insertExpectations ( int idx, Expectation 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.
removeActions ( IXmlBBase obj ) : void

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

removeActions ( IXmlBBase obj, Lock aLock ) : void
removeExpectations ( IXmlBBase obj ) : void

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

removeExpectations ( IXmlBBase obj, Lock aLock ) : void
setAllActions ( Lock aLock, System coll ) : void
setAllActions ( System coll ) : void

Part of the list interface for Actions

setAllExpectations ( Lock aLock, System coll ) : void
setAllExpectations ( System coll ) : void

Part of the list interface for Expectations

setComment ( string v ) : void
setSkipEngine ( bool v ) : void
setTimeDelay ( acceptor v ) : void
setTimeDelay_AsString ( string v ) : bool
setTimer ( double 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.

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

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

Part of the list interface for Actions

getExpectations ( ) : ArrayList

Part of the list interface for Expectations

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public deleteActions ( int idx, Lock aLock ) : void
idx int
aLock Lock
Результат void

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

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

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

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

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

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

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

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

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

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

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

public getSkipEngine ( ) : bool
Результат bool

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

public getTimeDelay ( ) : acceptor.TimeDelay
Результат acceptor.TimeDelay

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

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

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

public getTimer ( ) : double
Результат double

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

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

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

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

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

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

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

public insertActions ( int idx, Action el, Lock aLock ) : void
idx int
el Action
aLock Lock
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public setComment ( string v ) : void
v string
Результат void

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

public setSkipEngine ( bool v ) : void
v bool
Результат void

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

public setTimeDelay ( acceptor v ) : void
v acceptor
Результат void

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

public setTimeDelay_AsString ( string v ) : bool
v string
Результат bool

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

public setTimer ( double v ) : void
v double
Результат 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