Click or drag to resize

MasterDetailConstraintDataTMaster, TDetailOnMasterChanged Method

Called when the master attribute value has changed. Updates the detail attributes accordingly.

Namespace:  Aloe.SystemFrameworks.Domain.Validation
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public bool OnMasterChanged(
	TMaster master
)

Parameters

master
Type: TMaster
The master object.

Return Value

Type: Boolean
True if any changes were applied to detail lines.
See Also