Class ConstructAggregatesWithDefaultConstructor
Constructs aggregates, using reflection to instantiate an object with the default parameterless constructor.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.Domain.Persistance
Assembly: IRM.dll
Syntax
public class ConstructAggregatesWithDefaultConstructor : 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
|