Click or drag to resize

ObjectTransactionGetRegistered Method

Gets alive object from the object registration list. Returns null if the object is not in the registration list.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public EntityObject GetRegistered(
	EntityRepository repository,
	Guid id
)

Parameters

repository
Type: Aloe.SystemFrameworks.DomainEntityRepository
The repository.
id
Type: SystemGuid
The object Id to search for

Return Value

Type: EntityObject
The found object, null if no object is found.
See Also