Expression Class
namespace Noesis | MSDN
Base implementation for all expressions.
Inheritance Hierarchy
• Expression
Properties
Expression has no properties
Methods
Name | Description |
---|---|
AfterSet | Executed after set is completed and the property changed has been notified |
BeforeSet | Executes the set |
Evaluate | Evaluates expression when applied to the specified target object |
Reapply | Applies expression to a new target, cloning the expression itself if necessary |