C# Class EA.Iws.DataAccess.IwsContext

Inheritance: ContextBase
Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

Méthode Description
GetNotificationApplication ( System.Guid notificationId ) : Task
IwsContext ( IUserContext userContext, IEventDispatcher dispatcher ) : System

Méthodes protégées

Méthode Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void

Private Methods

Méthode Description
IsInternal ( ) : Task

Method Details

GetNotificationApplication() public méthode

public GetNotificationApplication ( System.Guid notificationId ) : Task
notificationId System.Guid
Résultat Task

IwsContext() public méthode

public IwsContext ( IUserContext userContext, IEventDispatcher dispatcher ) : System
userContext IUserContext
dispatcher IEventDispatcher
Résultat System

OnModelCreating() protected méthode

protected OnModelCreating ( DbModelBuilder modelBuilder ) : void
modelBuilder DbModelBuilder
Résultat void