InvoiceOrdersRepositoryDealTypeIdAttribute Field |
Definition of the data attribute for
DealType reference
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<Guid>> DealTypeIdAttribute
Public Shared ReadOnly DealTypeIdAttribute As ColumnDataAttribute(Of InvoiceOrder, Nullable(Of Guid))
public:
static initonly ColumnDataAttribute<InvoiceOrder^, Nullable<Guid^>^>^ DealTypeIdAttribute
static val DealTypeIdAttribute: ColumnDataAttribute<InvoiceOrder, Nullable<Guid>>
Field Value
Type:
ColumnDataAttributeInvoiceOrder,
NullableGuid
See Also