Show / Hide Table of Contents

Class ConstructAggregatesWithId

Constructs aggregates, using reflection to instantiate an object with the a constructor that takes an id as a Guid.

Inheritance
Object
ConstructAggregatesWithId
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Namespace: IRM.Domain.Persistance
Assembly: IRM.dll
Syntax
public class ConstructAggregatesWithId : IConstructAggregates

Methods

Build(Type, Guid, IMemento)

Declaration
public IAggregateRoot Build(Type type, Guid id, IMemento snapshot)
Parameters
System.Type type

System.Guid id

IMemento snapshot

Returns
IAggregateRoot

Implements
IConstructAggregates.Build(Type, Guid, IMemento)

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX