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
Syntaxpublic override EntityObject GetGhostObject(
ObjectTransaction transaction
)
Public Overrides Function GetGhostObject (
transaction As ObjectTransaction
) As EntityObject
public:
virtual EntityObject^ GetGhostObject(
ObjectTransaction^ transaction
) override
abstract GetGhostObject :
transaction : ObjectTransaction -> EntityObject
override GetGhostObject :
transaction : ObjectTransaction -> EntityObject
Parameters
- transaction
- Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction in which to create the ghost object.
Return Value
Type:
EntityObject
The ghost object
Exceptions
See Also