Click or drag to resize

AmountDataAttributeTObjectShouldRecalculateLateDefault Method

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

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override bool ShouldRecalculateLateDefault(
	DomainObject obj
)

Parameters

obj
Type: Aloe.SystemFrameworks.DomainDomainObject
The object.

Return Value

Type: Boolean

Implements

IDataAttributeShouldRecalculateLateDefault(DomainObject)
See Also