Click or drag to resize

MarketingActivitiesRepositoryEnsureFullyLoaded Method (ObjectTransaction, IEnumerableDomainObject)

Ensures that the specified objects are fully loaded.

Namespace:  Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override void EnsureFullyLoaded(
	ObjectTransaction transaction,
	IEnumerable<DomainObject> objects
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction.
objects
Type: System.Collections.GenericIEnumerableDomainObject
The objects.
Remarks
Generally, the system loads lazy all the required data, including base data. This method ensures, that all top level and base data is fully loaded. Note, that this applies to objects and rows only; lazy load attributes are still not loaded.
See Also