Click or drag to resize

IDataAttributeExtensionsRecalculate Method

Recalculates the value of the data attribute for the specified object.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public static void Recalculate(
	this IAttributeExpression exp,
	DomainObject obj
)

Parameters

exp
Type: Aloe.SystemFrameworks.Domain.AttributesIAttributeExpression
The attribute expression used to recalculate the value.
obj
Type: Aloe.SystemFrameworks.DomainDomainObject
The object for which to recalculate the value of the data attribute.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IAttributeExpression. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also