MasterDetailConstraintDataTMaster, TDetailGetDetailMasterReference Property |
Gets or sets the reference to the master entity from the detail entity.
Namespace:
Aloe.SystemFrameworks.Domain.Validation
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Func<ObjectReference<TMaster>> GetDetailMasterReference { get; }
Public ReadOnly Property GetDetailMasterReference As Func(Of ObjectReference(Of TMaster))
Get
public:
property Func<ObjectReference<TMaster>^>^ GetDetailMasterReference {
Func<ObjectReference<TMaster>^>^ get ();
}
member GetDetailMasterReference : Func<ObjectReference<'TMaster>> with get
Property Value
Type:
FuncObjectReferenceTMaster
See Also