Table of Contents

Class DbMigrationsEndpoint

Namespace
Steeltoe.Management.Endpoint.DbMigrations
Assembly
Steeltoe.Management.EndpointBase.dll
public class DbMigrationsEndpoint : AbstractEndpoint<Dictionary<string, DbMigrationsDescriptor>>, IEndpoint<Dictionary<string, DbMigrationsDescriptor>>, IEndpoint, IDbMigrationsEndpoint
Inheritance
DbMigrationsEndpoint
Implements
Inherited Members
Extension Methods

Constructors

DbMigrationsEndpoint(IDbMigrationsOptions, IServiceProvider, ILogger<DbMigrationsEndpoint>)

public DbMigrationsEndpoint(IDbMigrationsOptions options, IServiceProvider container, ILogger<DbMigrationsEndpoint> logger = null)

Parameters

options IDbMigrationsOptions
container IServiceProvider
logger ILogger<DbMigrationsEndpoint>

DbMigrationsEndpoint(IDbMigrationsOptions, IServiceProvider, DbMigrationsEndpointHelper, ILogger<DbMigrationsEndpoint>)

public DbMigrationsEndpoint(IDbMigrationsOptions options, IServiceProvider container, DbMigrationsEndpoint.DbMigrationsEndpointHelper endpointHelper, ILogger<DbMigrationsEndpoint> logger = null)

Parameters

options IDbMigrationsOptions
container IServiceProvider
endpointHelper DbMigrationsEndpoint.DbMigrationsEndpointHelper
logger ILogger<DbMigrationsEndpoint>

Methods

Invoke()

public override Dictionary<string, DbMigrationsDescriptor> Invoke()

Returns

Dictionary<string, DbMigrationsDescriptor>