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

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

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

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

Part of the list interface for Actions

allPreConditions ( ) : ArrayList

Part of the list interface for PreConditions

allSubRules ( ) : ArrayList

Part of the list interface for SubRules

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
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
appendSubRules ( Lock aLock, Rule el ) : void
appendSubRules ( Rule el ) : void

Part of the list interface for SubRules

appendSubRules ( System coll ) : void

Part of the list interface for SubRules

appendSubRules ( System coll, Lock aLock ) : void
copyTo ( RuleCondition other ) : void
countActions ( ) : int

Part of the list interface for Actions

countPreConditions ( ) : int

Part of the list interface for PreConditions

countSubRules ( ) : int

Part of the list interface for SubRules

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
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
deleteSubRules ( int idx ) : void

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

deleteSubRules ( 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.

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.

getSubRules ( int idx ) : Rule

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

indexOfActions ( IXmlBBase el ) : int

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

indexOfPreConditions ( IXmlBBase el ) : int

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

indexOfSubRules ( IXmlBBase el ) : int

Part of the list interface for SubRules 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
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
insertSubRules ( int idx, Rule el ) : void

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

insertSubRules ( int idx, Rule 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
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
removeSubRules ( IXmlBBase obj ) : void

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

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

Part of the list interface for Actions

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

Part of the list interface for PreConditions

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

Part of the list interface for SubRules

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

getPreConditions ( ) : ArrayList

Part of the list interface for PreConditions

getSubRules ( ) : ArrayList

Part of the list interface for SubRules

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

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

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

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

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

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

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

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

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

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

Part of the list interface for SubRules
public allSubRules ( ) : 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Part of the list interface for SubRules
public countSubRules ( ) : 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

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

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

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

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

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

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

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

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

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

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

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

Part of the list interface for SubRules This function returns the index of an element in the collection.
public indexOfSubRules ( 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Part of the list interface for SubRules
public setAllSubRules ( System coll ) : void
coll System a collection of elements which replaces /// SubRules's current content.
Результат 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