C# Class CodeSharp.EventSourcing.DefaultAggregateRootTypeProvider

默认的聚合根类型提供者
Inheritance: IAggregateRootTypeProvider
Afficher le fichier Open project: tangxuehua/eventsourcing

Méthodes publiques

Méthode Description
GetAllAggregateRootTypes ( ) : IEnumerable
RegisterAggregateRootTypes ( ) : void

Method Details

GetAllAggregateRootTypes() public méthode

public GetAllAggregateRootTypes ( ) : IEnumerable
Résultat IEnumerable

RegisterAggregateRootTypes() public méthode

public RegisterAggregateRootTypes ( ) : void
Résultat void