Click or drag to resize

MasterDetailConstraintDataTMaster, TDetail Constructor

Namespace:  Aloe.SystemFrameworks.Domain.Validation
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public MasterDetailConstraintData(
	Func<DataAttributeBase<TMaster>> getMasterAttribute,
	Func<ChildCollectionDefinition<TDetail>> getMasterChildCollection,
	Func<DataAttributeBase<TDetail>> getDetailAttribute,
	Func<ObjectReference<TMaster>> getDetailParentReference
)

Parameters

getMasterAttribute
Type: SystemFuncDataAttributeBaseTMaster
The master attribute.
getMasterChildCollection
Type: SystemFuncChildCollectionDefinitionTDetail
The master child collection.
getDetailAttribute
Type: SystemFuncDataAttributeBaseTDetail
The detail attribute.
getDetailParentReference
Type: SystemFuncObjectReferenceTMaster
The detail parent reference.
See Also