C# Class EA.Iws.DataAccess.IwsContext

Inheritance: ContextBase
Datei anzeigen Open project: EnvironmentAgency/prsd-iws

Public Methods

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

Protected Methods

Method Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void

Private Methods

Method Description
IsInternal ( ) : Task

Method Details

GetNotificationApplication() public method

public GetNotificationApplication ( System.Guid notificationId ) : Task
notificationId System.Guid
return Task

IwsContext() public method

public IwsContext ( IUserContext userContext, IEventDispatcher dispatcher ) : System
userContext IUserContext
dispatcher IEventDispatcher
return System

OnModelCreating() protected method

protected OnModelCreating ( DbModelBuilder modelBuilder ) : void
modelBuilder DbModelBuilder
return void