PaymentOrdersRepositoryDueDateAttribute 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<PaymentOrder, Nullable<DateTime>> DueDateAttribute
Public Shared ReadOnly DueDateAttribute As ColumnDataAttribute(Of PaymentOrder, Nullable(Of DateTime))
public:
static initonly ColumnDataAttribute<PaymentOrder^, Nullable<DateTime^>^>^ DueDateAttribute
static val DueDateAttribute: ColumnDataAttribute<PaymentOrder, Nullable<DateTime>>
Field Value
Type:
ColumnDataAttributePaymentOrder,
NullableDateTime
See Also