BulkPaymentOrderLinesRepositoryDueDateAttribute Field |
Definition of the
DueDate data attribute
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static readonly ColumnDataAttribute<BulkPaymentOrderLine, Nullable<DateTime>> DueDateAttribute
Public Shared ReadOnly DueDateAttribute As ColumnDataAttribute(Of BulkPaymentOrderLine, Nullable(Of DateTime))
public:
static initonly ColumnDataAttribute<BulkPaymentOrderLine^, Nullable<DateTime^>^>^ DueDateAttribute
static val DueDateAttribute: ColumnDataAttribute<BulkPaymentOrderLine, Nullable<DateTime>>
Field Value
Type:
ColumnDataAttributeBulkPaymentOrderLine,
NullableDateTime
See Also