MasterDetailConstraintDataTMaster, TDetail Class |
Namespace: Aloe.SystemFrameworks.Domain.Validation
public class MasterDetailConstraintData<TMaster, TDetail> where TMaster : EntityObject where TDetail : EditableDomainObject
The MasterDetailConstraintDataTMaster, TDetail type exposes the following members.
| Name | Description | |
|---|---|---|
| MasterDetailConstraintDataTMaster, TDetail |
Initializes a new instance of the MasterConstraintTMaster, TDetail class.
|
| Name | Description | |
|---|---|---|
| GetDetailAttribute |
Gets or sets the detail attribute.
| |
| GetDetailMasterReference |
Gets or sets the reference to the master entity from the detail entity.
| |
| GetMasterAttribute |
Gets or sets the master attribute.
| |
| GetMasterChildCollection |
Gets the definition of the child collection in the master entity.
|
| Name | Description | |
|---|---|---|
| OnMasterChanged |
Called when the master attribute value has changed. Updates the detail attributes accordingly.
|