PaymentAccountsRepositoryBankAccountIdAttribute Field |
Definition of the data attribute for
BankAccount 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<PaymentAccount, Nullable<Guid>> BankAccountIdAttribute
Public Shared ReadOnly BankAccountIdAttribute As ColumnDataAttribute(Of PaymentAccount, Nullable(Of Guid))
public:
static initonly ColumnDataAttribute<PaymentAccount^, Nullable<Guid^>^>^ BankAccountIdAttribute
static val BankAccountIdAttribute: ColumnDataAttribute<PaymentAccount, Nullable<Guid>>
Field Value
Type:
ColumnDataAttributePaymentAccount,
NullableGuid
See Also