Click or drag to resize

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
Syntax
public override 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.
Exceptions
ExceptionCondition
NotSupportedExceptionThis method should never be called for this descendant class.
See Also