Click or drag to resize

AllPartiesRepositoryGetGhostObject Method

Gets the ghost object of the current repository.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override EntityObject GetGhostObject(
	ObjectTransaction transaction
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction in which to put the ghost object.

Return Value

Type: EntityObject
The ghost object
See Also