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
Syntaxpublic bool OnMasterChanged(
TMaster master
)
Public Function OnMasterChanged (
master As TMaster
) As Boolean
public:
bool OnMasterChanged(
TMaster master
)
member OnMasterChanged :
master : 'TMaster -> bool
Parameters
- master
- Type: TMaster
The master object.
Return Value
Type:
BooleanTrue if any changes were applied to detail lines.
See Also