This type contains the following members.

public abstract class AggregateId<T>: IAggregateId, IEquatable<AggregateId<T>> where T : Redakt.EventSourcing.AggregateId<T>
Inheritance:
ObjectValueType<T>AggregateId<T>
Implements:
IAggregateIdIEquatable<AggregateId<T>>

Constructors

AggregateId(string)

Properties

Value
New

Methods

op_Implicit(AggregateId<T>)
op_Implicit(string)
With(string)
Equals(AggregateId<T>)
Equals(object)
GetHashCode()
op_Equality(AggregateId<T>, AggregateId<T>)
op_Inequality(AggregateId<T>, AggregateId<T>)