Show / Hide Table of Contents

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 { }
Back to top Generated by DocFX