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