EnterpriseOneTransactionFinancePaymentsObjectsPaymentSlipPaymentTransactionsTemplates Property |
Gets a typed query for the Finance.Payments.PaymentSlipPaymentTransactionsTemplate entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<PaymentSlipPaymentTransactionsTemplate, PaymentSlipPaymentTransactionsTemplatesRepository> PaymentSlipPaymentTransactionsTemplates { get; }
Public ReadOnly Property PaymentSlipPaymentTransactionsTemplates As TransactionQuery(Of PaymentSlipPaymentTransactionsTemplate, PaymentSlipPaymentTransactionsTemplatesRepository)
Get
public:
property TransactionQuery<PaymentSlipPaymentTransactionsTemplate^, PaymentSlipPaymentTransactionsTemplatesRepository^>^ PaymentSlipPaymentTransactionsTemplates {
TransactionQuery<PaymentSlipPaymentTransactionsTemplate^, PaymentSlipPaymentTransactionsTemplatesRepository^>^ get ();
}
member PaymentSlipPaymentTransactionsTemplates : TransactionQuery<PaymentSlipPaymentTransactionsTemplate, PaymentSlipPaymentTransactionsTemplatesRepository> with get
Property Value
Type:
TransactionQueryPaymentSlipPaymentTransactionsTemplate,
PaymentSlipPaymentTransactionsTemplatesRepository
See Also