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

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

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

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

Part of the list interface for PreConditions

appendPreConditions ( Lock aLock, PreCondition el ) : void
appendPreConditions ( PreCondition el ) : void

Part of the list interface for PreConditions

appendPreConditions ( System coll ) : void

Part of the list interface for PreConditions

appendPreConditions ( System coll, Lock aLock ) : void
copyTo ( Case other ) : void
countPreConditions ( ) : int

Part of the list interface for PreConditions

deletePreConditions ( int idx ) : void

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

deletePreConditions ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getComment ( ) : string
getExpression ( ) : string
getPreConditions ( int idx ) : PreCondition

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

indexOfPreConditions ( IXmlBBase el ) : int

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

insertPreConditions ( int idx, PreCondition el ) : void

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

insertPreConditions ( int idx, PreCondition 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.
removePreConditions ( IXmlBBase obj ) : void

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

removePreConditions ( IXmlBBase obj, Lock aLock ) : void
setAllPreConditions ( Lock aLock, System coll ) : void
setAllPreConditions ( System coll ) : void

Part of the list interface for PreConditions

setComment ( string v ) : void
setExpression ( 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.

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

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

Part of the list interface for PreConditions

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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