Method |
Description |
|
Expectation ( ) : System |
|
|
NotifyControllers ( Lock aLock ) : void |
|
|
copyTo ( Expectation other ) : void |
|
|
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void |
|
|
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void |
|
|
find ( Object search ) : bool |
|
|
getBlocking ( ) : bool |
|
|
getComment ( ) : string |
|
|
getCondition ( ) : string |
|
|
getCyclePhase ( ) : acceptor.RulePriority |
|
|
getCyclePhase_AsString ( ) : string |
|
|
getDeadLine ( ) : double |
|
|
getKind ( ) : acceptor.ExpectationKind |
|
|
getKind_AsString ( ) : string |
|
|
getValue ( ) : string |
|
|
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. |
|
setBlocking ( bool v ) : void |
|
|
setComment ( string v ) : void |
|
|
setCondition ( string v ) : void |
|
|
setCyclePhase ( acceptor v ) : void |
|
|
setCyclePhase_AsString ( string v ) : bool |
|
|
setDeadLine ( double v ) : void |
|
|
setKind ( acceptor v ) : void |
|
|
setKind_AsString ( string v ) : bool |
|
|
setValue ( 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. |
|