Click or drag to resize

DataAttributeBaseTObjectShouldRecalculateLateDefault 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
public virtual bool ShouldRecalculateLateDefault(
	DomainObject obj
)

Parameters

obj
Type: Aloe.SystemFrameworks.DomainDomainObject
The object.

Return Value

Type: Boolean

Implements

IDataAttributeShouldRecalculateLateDefault(DomainObject)
See Also