Method |
Description |
|
NotifyControllers ( Lock aLock ) : void |
|
|
RuleCheckDisabling ( ) : System |
|
|
allDisabledRuleChecks ( ) : ArrayList |
Part of the list interface for DisabledRuleChecks |
|
appendDisabledRuleChecks ( Lock aLock, RuleCheckIdentifier el ) : void |
|
|
appendDisabledRuleChecks ( RuleCheckIdentifier el ) : void |
Part of the list interface for DisabledRuleChecks |
|
appendDisabledRuleChecks ( System coll ) : void |
Part of the list interface for DisabledRuleChecks |
|
appendDisabledRuleChecks ( System coll, Lock aLock ) : void |
|
|
copyTo ( RuleCheckDisabling other ) : void |
|
|
countDisabledRuleChecks ( ) : int |
Part of the list interface for DisabledRuleChecks |
|
deleteDisabledRuleChecks ( int idx ) : void |
Part of the list interface for DisabledRuleChecks This deletion function removes an element from the collection in DisabledRuleChecks |
|
deleteDisabledRuleChecks ( int idx, Lock aLock ) : void |
|
|
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void |
|
|
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void |
|
|
find ( Object search ) : bool |
|
|
getDisabledRuleChecks ( int idx ) : RuleCheckIdentifier |
Part of the list interface for DisabledRuleChecks This function returns an element from the collection in DisabledRuleChecks based on an index. |
|
indexOfDisabledRuleChecks ( IXmlBBase el ) : int |
Part of the list interface for DisabledRuleChecks This function returns the index of an element in the collection. |
|
insertDisabledRuleChecks ( int idx, RuleCheckIdentifier el ) : void |
Part of the list interface for DisabledRuleChecks This insertion function inserts a new element in the collection in DisabledRuleChecks |
|
insertDisabledRuleChecks ( int idx, RuleCheckIdentifier 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. |
|
removeDisabledRuleChecks ( IXmlBBase obj ) : void |
Part of the list interface for DisabledRuleChecks This deletion function removes an element from the collection in DisabledRuleChecks If the object given in parameter is not found in the the collection, this function does nothing. |
|
removeDisabledRuleChecks ( IXmlBBase obj, Lock aLock ) : void |
|
|
setAllDisabledRuleChecks ( Lock aLock, System coll ) : void |
|
|
setAllDisabledRuleChecks ( System coll ) : void |
Part of the list interface for DisabledRuleChecks |
|
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. |
|