Method |
Description |
|
NotifyControllers ( Lock aLock ) : void |
|
|
Rule ( ) : System |
|
|
allConditions ( ) : ArrayList |
Part of the list interface for Conditions |
|
appendConditions ( Lock aLock, RuleCondition el ) : void |
|
|
appendConditions ( RuleCondition el ) : void |
Part of the list interface for Conditions |
|
appendConditions ( System coll ) : void |
Part of the list interface for Conditions |
|
appendConditions ( System coll, Lock aLock ) : void |
|
|
copyTo ( Rule other ) : void |
|
|
countConditions ( ) : int |
Part of the list interface for Conditions |
|
deleteConditions ( int idx ) : void |
Part of the list interface for Conditions This deletion function removes an element from the collection in Conditions |
|
deleteConditions ( int idx, Lock aLock ) : void |
|
|
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void |
|
|
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void |
|
|
find ( Object search ) : bool |
|
|
getConditions ( int idx ) : RuleCondition |
Part of the list interface for Conditions This function returns an element from the collection in Conditions based on an index. |
|
getHeight ( ) : int |
|
|
getHidden ( ) : bool |
|
|
getPinned ( ) : bool |
|
|
getPriority ( ) : acceptor.RulePriority |
|
|
getPriority_AsString ( ) : string |
|
|
getWidth ( ) : int |
|
|
getX ( ) : int |
|
|
getY ( ) : int |
|
|
indexOfConditions ( IXmlBBase el ) : int |
Part of the list interface for Conditions This function returns the index of an element in the collection. |
|
insertConditions ( int idx, RuleCondition el ) : void |
Part of the list interface for Conditions This insertion function inserts a new element in the collection in Conditions |
|
insertConditions ( int idx, RuleCondition 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. |
|
removeConditions ( IXmlBBase obj ) : void |
Part of the list interface for Conditions This deletion function removes an element from the collection in Conditions If the object given in parameter is not found in the the collection, this function does nothing. |
|
removeConditions ( IXmlBBase obj, Lock aLock ) : void |
|
|
setAllConditions ( Lock aLock, System coll ) : void |
|
|
setAllConditions ( System coll ) : void |
Part of the list interface for Conditions |
|
setHeight ( int v ) : void |
|
|
setHidden ( bool v ) : void |
|
|
setPinned ( bool v ) : void |
|
|
setPriority ( acceptor v ) : void |
|
|
setPriority_AsString ( string v ) : bool |
|
|
setWidth ( int v ) : void |
|
|
setX ( int v ) : void |
|
|
setY ( int 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. |
|