Click or drag to resize

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
Syntax
public Func<TDetail, TMaster> GetMasterFunc { get; }

Property Value

Type: FuncTDetail, TMaster
See Also