MasterDetailCollectionTMaster, TDetailGetMasterFunc Property |
A function that returns the master of a detail item.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Func<TDetail, TMaster> GetMasterFunc { get; }
Public ReadOnly Property GetMasterFunc As Func(Of TDetail, TMaster)
Get
public:
property Func<TDetail, TMaster>^ GetMasterFunc {
Func<TDetail, TMaster>^ get ();
}
member GetMasterFunc : Func<'TDetail, 'TMaster> with get
Property Value
Type:
FuncTDetail,
TMaster
See Also