Click or drag to resize

PartiesRepositoryGetObjectsByPartyIds Method

Gets the objects by party ids.

Namespace:  Aloe.EnterpriseOne.Model.General.Contacts
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public virtual IEnumerable<Party> GetObjectsByPartyIds(
	ObjectTransaction transaction,
	IEnumerable<Guid> partyIds
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction.
partyIds
Type: System.Collections.GenericIEnumerableGuid
The party ids.

Return Value

Type: IEnumerableParty
The objects.
See Also