MasterDetailConstraintDataTMaster, TDetailGetMasterChildCollection Property |
Gets the definition of the child collection in the master entity.
Namespace:
Aloe.SystemFrameworks.Domain.Validation
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Func<ChildCollectionDefinition<TDetail>> GetMasterChildCollection { get; }
Public ReadOnly Property GetMasterChildCollection As Func(Of ChildCollectionDefinition(Of TDetail))
Get
public:
property Func<ChildCollectionDefinition<TDetail>^>^ GetMasterChildCollection {
Func<ChildCollectionDefinition<TDetail>^>^ get ();
}
member GetMasterChildCollection : Func<ChildCollectionDefinition<'TDetail>> with get
Property Value
Type:
FuncChildCollectionDefinitionTDetail
See Also