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