C# Class Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions

Afficher le fichier Open project: joeaudette/cloudscribe Class Usage Examples

Méthodes publiques

Méthode Description
AddCloudscribeCoreEFStorageMSSQL ( this services, string connectionString ) : IServiceCollection
AddCloudscribeCoreEFStorageMySql ( this services, string connectionString ) : IServiceCollection
AddCloudscribeCoreEFStoragePostgreSql ( this services, string connectionString ) : IServiceCollection
AddCloudscribeCoreNoDbStorage ( this services ) : IServiceCollection
AddCloudscribeIdentity ( this services, Action setupAction = null ) : IdentityBuilder

Method Details

AddCloudscribeCoreEFStorageMSSQL() public static méthode

public static AddCloudscribeCoreEFStorageMSSQL ( this services, string connectionString ) : IServiceCollection
services this
connectionString string
Résultat IServiceCollection

AddCloudscribeCoreEFStorageMySql() public static méthode

public static AddCloudscribeCoreEFStorageMySql ( this services, string connectionString ) : IServiceCollection
services this
connectionString string
Résultat IServiceCollection

AddCloudscribeCoreEFStoragePostgreSql() public static méthode

public static AddCloudscribeCoreEFStoragePostgreSql ( this services, string connectionString ) : IServiceCollection
services this
connectionString string
Résultat IServiceCollection

AddCloudscribeCoreNoDbStorage() public static méthode

public static AddCloudscribeCoreNoDbStorage ( this services ) : IServiceCollection
services this
Résultat IServiceCollection

AddCloudscribeIdentity() public static méthode

public static AddCloudscribeIdentity ( this services, Action setupAction = null ) : IdentityBuilder
services this
setupAction Action
Résultat IdentityBuilder