EntityObjectGetAggregateRoot Method |
Gets the aggregate root entity object.
If the entity does not have aggregate parent reference aggregate root is this entity object.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic EntityObject GetAggregateRoot()
Public Function GetAggregateRoot As EntityObject
public:
EntityObject^ GetAggregateRoot()
member GetAggregateRoot : unit -> EntityObject
Return Value
Type:
EntityObject
See Also