PostgresConvention Class

graph BT Type-->Base0["Object"] Type-.->Interface0["IConfigurationConvention"] click Interface0 "/api/Rocket.Surgery.Extensions.Configuration/IConfigurationConvention" Type-.->Interface1["IConvention<IConfigurationConventionContext>"] Type-.->Interface2["IServiceConvention"] click Interface2 "/api/Rocket.Surgery.Extensions.DependencyInjection/IServiceConvention" Type-.->Interface3["IConvention<IServiceConventionContext>"] Type-.->Interface4["IConvention"] click Interface4 "/api/Rocket.Surgery.Conventions/IConvention" Type-.->Interface5["IHostedService"] Type["PostgresConvention"] class Type type-node

Syntax

public class PostgresConvention : IConfigurationConvention, 
    IConvention<IConfigurationConventionContext>, IServiceConvention, 
    IConvention<IServiceConventionContext>, IConvention, IHostedService

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Properties

Methods

Extension Methods