AutoNumberConstraintTMaster, TDetailGetMasterReference 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>> GetMasterReference { get; }
Public ReadOnly Property GetMasterReference As Func(Of ObjectReference(Of TMaster))
Get
public:
property Func<ObjectReference<TMaster>^>^ GetMasterReference {
Func<ObjectReference<TMaster>^>^ get ();
}
member GetMasterReference : Func<ObjectReference<'TMaster>> with get
Property Value
Type:
FuncObjectReferenceTMaster
See Also