Interface IAggregateRoot
Interface that identifies the root entities of your aggregates within domains or services.
Namespace: StoneCo.Framework.Model
Assembly: cs.temp.dll.dll
Syntax
public interface IAggregateRoot : IEntity, IModel
Examples
Foo class used in this example.
Indicate that class is aggregate root.
public class Foo : IAggregateRoot { }