InvoiceOrdersRepositoryPaymentDueStartDateAttribute Field |
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static readonly ColumnDataAttribute<InvoiceOrder, Nullable<DateTime>> PaymentDueStartDateAttribute
Public Shared ReadOnly PaymentDueStartDateAttribute As ColumnDataAttribute(Of InvoiceOrder, Nullable(Of DateTime))
public:
static initonly ColumnDataAttribute<InvoiceOrder^, Nullable<DateTime^>^>^ PaymentDueStartDateAttribute
static val PaymentDueStartDateAttribute: ColumnDataAttribute<InvoiceOrder, Nullable<DateTime>>
Field Value
Type:
ColumnDataAttributeInvoiceOrder,
NullableDateTime
See Also