C# Class UCosmic.Impl.Seeders.InstitutionalAgreementEntitySeeder

Inheritance: UCosmic.Impl.Seeders.BaseDataSeeder
Afficher le fichier Open project: ucosmic/UCosmicPreview

Méthodes publiques

Méthode Description
InstitutionalAgreementEntitySeeder ( IProcessQueries queryProcessor, ICommandEntities entities, IHandleCommands agreementHandler, IHandleCommands fileHandler, IUnitOfWork unitOfWork ) : System
Seed ( ) : void

Méthodes protégées

Méthode Description
Seed ( CreateOrUpdateInstitutionalAgreementCommand command ) : System.Guid

Private Methods

Méthode Description
CreateLooseFile1 ( ) : System.Guid
GetFile1Content ( ) : string
GetPrincipal ( string domain ) : IPrincipal
PurgeCurrentAgreements ( ) : void

Method Details

InstitutionalAgreementEntitySeeder() public méthode

public InstitutionalAgreementEntitySeeder ( IProcessQueries queryProcessor, ICommandEntities entities, IHandleCommands agreementHandler, IHandleCommands fileHandler, IUnitOfWork unitOfWork ) : System
queryProcessor IProcessQueries
entities ICommandEntities
agreementHandler IHandleCommands
fileHandler IHandleCommands
unitOfWork IUnitOfWork
Résultat System

Seed() protected méthode

protected Seed ( CreateOrUpdateInstitutionalAgreementCommand command ) : System.Guid
command CreateOrUpdateInstitutionalAgreementCommand
Résultat System.Guid

Seed() public méthode

public Seed ( ) : void
Résultat void