C# Class CodeSharp.EventSourcing.DefaultAggregateRootTypeProvider

默认的聚合根类型提供者
Inheritance: IAggregateRootTypeProvider
Datei anzeigen Open project: tangxuehua/eventsourcing

Public Methods

Method Description
GetAllAggregateRootTypes ( ) : IEnumerable
RegisterAggregateRootTypes ( ) : void

Method Details

GetAllAggregateRootTypes() public method

public GetAllAggregateRootTypes ( ) : IEnumerable
return IEnumerable

RegisterAggregateRootTypes() public method

public RegisterAggregateRootTypes ( ) : void
return void