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
Syntaxpublic EntityObject GetRegistered(
EntityRepository repository,
Guid id
)
Public Function GetRegistered (
repository As EntityRepository,
id As Guid
) As EntityObject
public:
EntityObject^ GetRegistered(
EntityRepository^ repository,
Guid^ id
)
member GetRegistered :
repository : EntityRepository *
id : Guid -> EntityObject
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