C# Class MyAuctionSite.Backend.AggregateFactory

Inheritance: IConstructAggregates
ファイルを表示 Open project: andreasohlund/Blog

Public Methods

Method Description
Build ( Type type, System.Guid id, IMemento snapshot ) : IAggregate

Method Details

Build() public method

public Build ( Type type, System.Guid id, IMemento snapshot ) : IAggregate
type System.Type
id System.Guid
snapshot IMemento
return IAggregate