C# Class Composable.KeyValueStorage.Population.AggregateIdFetcher

Show file Open project: mlidbom/Composable.Monolithic

Public Methods

Method Description
AggregateIdFetcher ( IEventStore events ) : System
GetAll ( ) : System.Guid[]
GetEntitiesCreatedAfter ( ) : System.Guid[]
GetEntitiesFromFile ( FileStream file ) : System.Guid[]

Method Details

AggregateIdFetcher() public method

public AggregateIdFetcher ( IEventStore events ) : System
events IEventStore
return System

GetAll() public method

public GetAll ( ) : System.Guid[]
return System.Guid[]

GetEntitiesCreatedAfter() public method

public GetEntitiesCreatedAfter ( ) : System.Guid[]
return System.Guid[]

GetEntitiesFromFile() public method

public GetEntitiesFromFile ( FileStream file ) : System.Guid[]
file System.IO.FileStream
return System.Guid[]