Class ServiceHelpers
Class defines common service helpers.
Inheritance
System.Object
ServiceHelpers
Namespace: Cireson.Core.Common.Helpers
Assembly: Cireson.Core.Common.dll
Syntax
public static class ServiceHelpers : object
Remarks
Admin, 8/24/2017.
Methods
View SourceCreateDbMigrationService(Assembly, IServiceLocator)
Creates a new database migration service for the specified assembly.
Declaration
public static IDbMigrationService CreateDbMigrationService(Assembly assembly, IServiceLocator serviceLocator)
Parameters
Type | Name | Description |
---|---|---|
Assembly | assembly | The assembly to create the migration service for. |
IServiceLocator | serviceLocator | The service locator to be used. |
Returns
Type | Description |
---|---|
IDbMigrationService | Returns a new database migration service for the specified assembly. |
Remarks
Admin, 8/24/2017.