ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Represents the result of evaluating a TALES expression. More...
Public Member Functions | |
virtual bool | GetValueAsBoolean () |
Invokes M:GetValue() and returns the value as a System.Boolean equivalent. More... | |
virtual TResult | GetValue< TResult > () |
Gets the result value, as a typed object instance. More... | |
ExpressionResult (object value) | |
Initializes a new instance of the CSF.Zpt.Rendering.ExpressionResult class. More... | |
Properties | |
virtual object | Value [get] |
Gets the result value of this expression evaluation. More... | |
virtual bool | CancelsAction [get] |
Gets a value indicating whether this CSF.Zpt.Rendering.ExpressionResult cancels the action. More... | |
Represents the result of evaluating a TALES expression.
|
inline |
Initializes a new instance of the CSF.Zpt.Rendering.ExpressionResult class.
value | The result value of the expression evaluation. |
|
inlinevirtual |
Gets the result value, as a typed object instance.
TResult | The expected value type. |
|
inlinevirtual |
Invokes M:GetValue() and returns the value as a System.Boolean
equivalent.
true
, if the value indicates truth, false
otherwise.
|
get |
Gets a value indicating whether this CSF.Zpt.Rendering.ExpressionResult cancels the action.
true
if the result cancels the action; otherwise, false
.
|
get |
Gets the result value of this expression evaluation.
The value.