MasterDetailConstraintDataTMaster, TDetailGetDetailAttribute Property |
Gets or sets the detail attribute.
Namespace:
Aloe.SystemFrameworks.Domain.Validation
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Func<DataAttributeBase<TDetail>> GetDetailAttribute { get; }
Public ReadOnly Property GetDetailAttribute As Func(Of DataAttributeBase(Of TDetail))
Get
public:
property Func<DataAttributeBase<TDetail>^>^ GetDetailAttribute {
Func<DataAttributeBase<TDetail>^>^ get ();
}
member GetDetailAttribute : Func<DataAttributeBase<'TDetail>> with get
Property Value
Type:
FuncDataAttributeBaseTDetail
See Also