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
Syntaxpublic Func<TMaster, IEnumerable<TDetail>> GetDetails { get; }Public ReadOnly Property GetDetails As Func(Of TMaster, IEnumerable(Of TDetail))
	Get
public:
property Func<TMaster, IEnumerable<TDetail>^>^ GetDetails {
	Func<TMaster, IEnumerable<TDetail>^>^ get ();
}member GetDetails : Func<'TMaster, IEnumerable<'TDetail>> with get
Property Value
Type: 
FuncTMaster, 
IEnumerableTDetail
            The get details function.
            
See Also