Click or drag to resize

MasterDetailConstraintDataTMaster, TDetail Class

Holds data for master or child validation. Used internally.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.ValidationMasterDetailConstraintDataTMaster, TDetail

Namespace:  Aloe.SystemFrameworks.Domain.Validation
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class MasterDetailConstraintData<TMaster, TDetail>
where TMaster : EntityObject
where TDetail : EditableDomainObject

Type Parameters

TMaster
The type of the master entities.
TDetail
The type of the detail entities.

The MasterDetailConstraintDataTMaster, TDetail type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyGetDetailAttribute
Gets or sets the detail attribute.
Public propertyGetDetailMasterReference
Gets or sets the reference to the master entity from the detail entity.
Public propertyGetMasterAttribute
Gets or sets the master attribute.
Public propertyGetMasterChildCollection
Gets the definition of the child collection in the master entity.
Top
Methods
  NameDescription
Public methodOnMasterChanged
Called when the master attribute value has changed. Updates the detail attributes accordingly.
Top
See Also