Table of Contents

Class RubricAggregate

Namespace
InSite.Domain.Records
Assembly
Shift.Sdk.dll
public class RubricAggregate : AggregateRoot
Inheritance
RubricAggregate
Inherited Members
Extension Methods

Constructors

RubricAggregate()

public RubricAggregate()

Properties

Data

public RubricState Data { get; }

Property Value

RubricState

Methods

CreateState()

Every aggregate must override this method to create the object that holds its current state.

public override AggregateState CreateState()

Returns

AggregateState