Click or drag to resize

DetailCheckConstraintTMaster, TDetailGetDetails Property

Gets the get details function, which returns the detail objects for the specified master object.

Namespace:  Aloe.SystemFrameworks.Domain.Validation
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Func<TMaster, IEnumerable<TDetail>> GetDetails { get; }

Property Value

Type: FuncTMaster, IEnumerableTDetail
The get details function.
See Also