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

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

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

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

Part of the list interface for Messages

allSubSteps ( ) : ArrayList

Part of the list interface for SubSteps

appendMessages ( DBMessage el ) : void

Part of the list interface for Messages

appendMessages ( Lock aLock, DBMessage el ) : void
appendMessages ( System coll ) : void

Part of the list interface for Messages

appendMessages ( System coll, Lock aLock ) : void
appendSubSteps ( Lock aLock, SubStep el ) : void
appendSubSteps ( SubStep el ) : void

Part of the list interface for SubSteps

appendSubSteps ( System coll ) : void

Part of the list interface for SubSteps

appendSubSteps ( System coll, Lock aLock ) : void
copyTo ( Step other ) : void
countMessages ( ) : int

Part of the list interface for Messages

countSubSteps ( ) : int

Part of the list interface for SubSteps

deleteMessages ( int idx ) : void

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

deleteMessages ( int idx, Lock aLock ) : void
deleteSubSteps ( int idx ) : void

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

deleteSubSteps ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getDescription ( ) : string
getDistance ( ) : string
getIO ( ) : acceptor.ST_IO
getIO_AsString ( ) : string
getInterface ( ) : acceptor.ST_INTERFACE
getInterface_AsString ( ) : string
getLevelIN ( ) : acceptor.ST_LEVEL
getLevelIN_AsString ( ) : string
getLevelOUT ( ) : acceptor.ST_LEVEL
getLevelOUT_AsString ( ) : string
getMessages ( int idx ) : DBMessage

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

getModeIN ( ) : acceptor.ST_MODE
getModeIN_AsString ( ) : string
getModeOUT ( ) : acceptor.ST_MODE
getModeOUT_AsString ( ) : string
getObsoleteComment ( ) : string
getSubSteps ( int idx ) : SubStep

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

getTCS_Order ( ) : int
getTranslated ( ) : bool
getTranslationRequired ( ) : bool
getUserComment ( ) : string
indexOfMessages ( IXmlBBase el ) : int

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

indexOfSubSteps ( IXmlBBase el ) : int

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

insertMessages ( int idx, DBMessage el ) : void

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

insertMessages ( int idx, DBMessage el, Lock aLock ) : void
insertSubSteps ( int idx, SubStep el ) : void

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

insertSubSteps ( int idx, SubStep 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.
removeMessages ( IXmlBBase obj ) : void

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

removeMessages ( IXmlBBase obj, Lock aLock ) : void
removeSubSteps ( IXmlBBase obj ) : void

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

removeSubSteps ( IXmlBBase obj, Lock aLock ) : void
setAllMessages ( Lock aLock, System coll ) : void
setAllMessages ( System coll ) : void

Part of the list interface for Messages

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

Part of the list interface for SubSteps

setDescription ( string v ) : void
setDistance ( string v ) : void
setIO ( acceptor v ) : void
setIO_AsString ( string v ) : bool
setInterface ( acceptor v ) : void
setInterface_AsString ( string v ) : bool
setLevelIN ( acceptor v ) : void
setLevelIN_AsString ( string v ) : bool
setLevelOUT ( acceptor v ) : void
setLevelOUT_AsString ( string v ) : bool
setModeIN ( acceptor v ) : void
setModeIN_AsString ( string v ) : bool
setModeOUT ( acceptor v ) : void
setModeOUT_AsString ( string v ) : bool
setObsoleteComment ( string v ) : void
setTCS_Order ( int v ) : void
setTranslated ( bool v ) : void
setTranslationRequired ( bool v ) : void
setUserComment ( 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.

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

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

Part of the list interface for Messages

getSubSteps ( ) : ArrayList

Part of the list interface for SubSteps

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public getIO ( ) : acceptor.ST_IO
Результат acceptor.ST_IO

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

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

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

public getInterface ( ) : acceptor.ST_INTERFACE
Результат acceptor.ST_INTERFACE

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

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

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

public getLevelIN ( ) : acceptor.ST_LEVEL
Результат acceptor.ST_LEVEL

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

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

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

public getLevelOUT ( ) : acceptor.ST_LEVEL
Результат acceptor.ST_LEVEL

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

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

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

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

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

public getModeIN ( ) : acceptor.ST_MODE
Результат acceptor.ST_MODE

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

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

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

public getModeOUT ( ) : acceptor.ST_MODE
Результат acceptor.ST_MODE

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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