EnterpriseOneTransactionGeneralObjectsPartyApplicableLegislations Property |
Gets a typed query for the General.PartyApplicableLegislation entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<PartyApplicableLegislation, PartyApplicableLegislationsRepository> PartyApplicableLegislations { get; }
Public ReadOnly Property PartyApplicableLegislations As TransactionQuery(Of PartyApplicableLegislation, PartyApplicableLegislationsRepository)
Get
public:
property TransactionQuery<PartyApplicableLegislation^, PartyApplicableLegislationsRepository^>^ PartyApplicableLegislations {
TransactionQuery<PartyApplicableLegislation^, PartyApplicableLegislationsRepository^>^ get ();
}
member PartyApplicableLegislations : TransactionQuery<PartyApplicableLegislation, PartyApplicableLegislationsRepository> with get
Property Value
Type:
TransactionQueryPartyApplicableLegislation,
PartyApplicableLegislationsRepository
See Also