C# Class UCosmic.SeedData.UserEntitySeeder

Inheritance: UCosmic.SeedData.BasePersonEntitySeeder
Show file Open project: ucosmic/UCosmicAlpha

Public Methods

Method Description
Seed ( ) : void
UserEntitySeeder ( IProcessQueries queryProcessor, IQueryEntities entities, IHandleCommands createPerson, IHandleCommands createEmail, IHandleCommands createUser, IHandleCommands grantRole, IUnitOfWork unitOfWork ) : System

Protected Methods

Method Description
Seed ( string emails, string firstName, string lastName, string gender, string establishmentUrl, string roles = null ) : void

Method Details

Seed() public method

public Seed ( ) : void
return void

Seed() protected method

protected Seed ( string emails, string firstName, string lastName, string gender, string establishmentUrl, string roles = null ) : void
emails string
firstName string
lastName string
gender string
establishmentUrl string
roles string
return void

UserEntitySeeder() public method

public UserEntitySeeder ( IProcessQueries queryProcessor, IQueryEntities entities, IHandleCommands createPerson, IHandleCommands createEmail, IHandleCommands createUser, IHandleCommands grantRole, IUnitOfWork unitOfWork ) : System
queryProcessor IProcessQueries
entities IQueryEntities
createPerson IHandleCommands
createEmail IHandleCommands
createUser IHandleCommands
grantRole IHandleCommands
unitOfWork IUnitOfWork
return System