PaymentOrdersRepositoryPaymentTypeIdAttribute Field |
Definition of the data attribute for
PaymentType reference
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<Guid>> PaymentTypeIdAttribute
Public Shared ReadOnly PaymentTypeIdAttribute As ColumnDataAttribute(Of PaymentOrder, Nullable(Of Guid))
public:
static initonly ColumnDataAttribute<PaymentOrder^, Nullable<Guid^>^>^ PaymentTypeIdAttribute
static val PaymentTypeIdAttribute: ColumnDataAttribute<PaymentOrder, Nullable<Guid>>
Field Value
Type:
ColumnDataAttributePaymentOrder,
NullableGuid
See Also