C# Class CodeSharp.EventSourcing.DefaultSourcableEventTypeProvider

默认的可溯源事件类型提供者
Inheritance: ISourcableEventTypeProvider
Afficher le fichier Open project: tangxuehua/eventsourcing

Méthodes publiques

Méthode Description
GetSourcableEventType ( Type aggregateRootType ) : Type
RegisterMappings ( ) : void

Private Methods

Méthode Description
GetAggregateRootType ( Type sourcableEventType ) : Type
RegisterMapping ( Type aggregateRootType, Type sourcableEventType ) : void

Method Details

GetSourcableEventType() public méthode

public GetSourcableEventType ( Type aggregateRootType ) : Type
aggregateRootType System.Type
Résultat System.Type

RegisterMappings() public méthode

public RegisterMappings ( ) : void
Résultat void