AutoNumberConstraintTMaster, TDetailGetLineNumberAttribute 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<ColumnDataAttribute<TDetail, int>> GetLineNumberAttribute { get; }
Public ReadOnly Property GetLineNumberAttribute As Func(Of ColumnDataAttribute(Of TDetail, Integer))
Get
public:
property Func<ColumnDataAttribute<TDetail, int>^>^ GetLineNumberAttribute {
Func<ColumnDataAttribute<TDetail, int>^>^ get ();
}
member GetLineNumberAttribute : Func<ColumnDataAttribute<'TDetail, int>> with get
Property Value
Type:
FuncColumnDataAttributeTDetail,
Int32
See Also