Click or drag to resize

IDataAttributeShouldRecalculateLateDefault Method

Returns true if the attribute should be recalculated for the specified object.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
bool ShouldRecalculateLateDefault(
	DomainObject obj
)

Parameters

obj
Type: Aloe.SystemFrameworks.DomainDomainObject
The object.

Return Value

Type: Boolean
See Also