AllPartiesRepositoryGetObjectsByPartyIds Method |
Gets the objects by party ids.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override IEnumerable<Party> GetObjectsByPartyIds(
ObjectTransaction transaction,
IEnumerable<Guid> partyIds
)
Public Overrides Function GetObjectsByPartyIds (
transaction As ObjectTransaction,
partyIds As IEnumerable(Of Guid)
) As IEnumerable(Of Party)
public:
virtual IEnumerable<Party^>^ GetObjectsByPartyIds(
ObjectTransaction^ transaction,
IEnumerable<Guid^>^ partyIds
) override
abstract GetObjectsByPartyIds :
transaction : ObjectTransaction *
partyIds : IEnumerable<Guid> -> IEnumerable<Party>
override GetObjectsByPartyIds :
transaction : ObjectTransaction *
partyIds : IEnumerable<Guid> -> IEnumerable<Party>
Parameters
- transaction
- Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction. - partyIds
- Type: System.Collections.GenericIEnumerableGuid
The party ids.
Return Value
Type:
IEnumerableParty
The objects.
Exceptions
See Also