Click or drag to resize

AttributeExpressionsTObject Class

Typed implementation of IAttributeExpressions
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.AttributesAttributeExpressionsTObject

Namespace:  Aloe.SystemFrameworks.Domain.Attributes
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class AttributeExpressions<TObject> : IAttributeExpressions
where TObject : DomainObject

Type Parameters

TObject
The type of the object owner of the attribute.

The AttributeExpressionsTObject type exposes the following members.

Constructors
  NameDescription
Public methodAttributeExpressionsTObject
Initializes a new instance of the AttributeExpressionsTObject class.
Top
Properties
  NameDescription
Public propertyAttribute
Gets the owner 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 ... is valid.
Top
See Also