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
Syntaxbool ShouldRecalculateLateDefault(
DomainObject obj
)
Function ShouldRecalculateLateDefault (
obj As DomainObject
) As Boolean
bool ShouldRecalculateLateDefault(
DomainObject^ obj
)
abstract ShouldRecalculateLateDefault :
obj : DomainObject -> bool
Parameters
- obj
- Type: Aloe.SystemFrameworks.DomainDomainObject
The object.
Return Value
Type:
Boolean
See Also