Click or drag to resize

IAttributeExpressions Interface

Represents an object that contains expressions used to recalculate data attribute value.

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

The IAttributeExpressions type exposes the following members.

Properties
  NameDescription
Public propertyAttribute
Gets the attribute.
Public propertyLateDefault
Gets the late default expression.
Public propertyReactive
Gets the expressions that are meant to recalculate on attribute change. Each expression is executed when one of it's referenced attributes changes.
Top
Methods
  NameDescription
Public methodIsValid
Returns true if the value of the attribute is valid for the specified object.
Top
See Also