Click or drag to resize

IAttributeExpression Interface

Represents an expression used to calculate attribute value.

Namespace:  Aloe.SystemFrameworks.Domain.Attributes
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public interface IAttributeExpression

The IAttributeExpression type exposes the following members.

Properties
  NameDescription
Public propertyAttribute
Gets the attribute.
Public propertyExpression
Gets the expression.
Public propertyObjectType
Gets the type of the object.
Public propertyRuleCode
Gets the code of the business rule executing this expression.
Top
Methods
  NameDescription
Public methodCondition
Condition of the expression.
Public methodExecute
Executes the expression against specified object.
Top
Extension Methods
  NameDescription
Public Extension MethodRecalculate
Recalculates the value of the data attribute for the specified object.
(Defined by IDataAttributeExtensions.)
Top
See Also