Click or drag to resize

AllDocumentsRepositoryGetGhostObject Method

Gets the ghost object.

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 create the ghost object.

Return Value

Type: EntityObject
The ghost object
Exceptions
ExceptionCondition
InvalidOperationExceptionGhost objects are not supported for abstract repositories.
See Also