EntityRepositoryGetGhostObject Method |
Gets the ghost object of the current repository.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic virtual EntityObject GetGhostObject(
ObjectTransaction transaction
)
Public Overridable Function GetGhostObject (
transaction As ObjectTransaction
) As EntityObject
public:
virtual EntityObject^ GetGhostObject(
ObjectTransaction^ transaction
)
abstract GetGhostObject :
transaction : ObjectTransaction -> EntityObject
override GetGhostObject :
transaction : ObjectTransaction -> EntityObject
Parameters
- transaction
- Type: Aloe.SystemFrameworks.DomainObjectTransaction
Return Value
Type:
EntityObject
The ghost object
See Also