C# Class UCosmic.Impl.Seeders.InstitutionalAgreementSettingsEntitySeeder

Inheritance: UCosmic.Impl.Seeders.BaseDataSeeder
Mostra file Open project: ucosmic/UCosmicPreview

Public Methods

Method Description
InstitutionalAgreementSettingsEntitySeeder ( ICommandEntities entities, IHandleCommands settingsHandler, IUnitOfWork unitOfWork ) : System.Collections.Generic
Seed ( ) : void

Protected Methods

Method Description
Seed ( CreateOrUpdateConfigurationCommand command ) : void

Private Methods

Method Description
GetPrincipal ( string domain ) : IPrincipal
PurgeCurrentSettings ( ) : void

Method Details

InstitutionalAgreementSettingsEntitySeeder() public method

public InstitutionalAgreementSettingsEntitySeeder ( ICommandEntities entities, IHandleCommands settingsHandler, IUnitOfWork unitOfWork ) : System.Collections.Generic
entities ICommandEntities
settingsHandler IHandleCommands
unitOfWork IUnitOfWork
return System.Collections.Generic

Seed() public method

public Seed ( ) : void
return void

Seed() protected method

protected Seed ( CreateOrUpdateConfigurationCommand command ) : void
command CreateOrUpdateConfigurationCommand
return void