C# Class Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions

Mostrar archivo Open project: joeaudette/cloudscribe Class Usage Examples

Public Methods

Method 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 method

public static AddCloudscribeCoreEFStorageMSSQL ( this services, string connectionString ) : IServiceCollection
services this
connectionString string
return IServiceCollection

AddCloudscribeCoreEFStorageMySql() public static method

public static AddCloudscribeCoreEFStorageMySql ( this services, string connectionString ) : IServiceCollection
services this
connectionString string
return IServiceCollection

AddCloudscribeCoreEFStoragePostgreSql() public static method

public static AddCloudscribeCoreEFStoragePostgreSql ( this services, string connectionString ) : IServiceCollection
services this
connectionString string
return IServiceCollection

AddCloudscribeCoreNoDbStorage() public static method

public static AddCloudscribeCoreNoDbStorage ( this services ) : IServiceCollection
services this
return IServiceCollection

AddCloudscribeIdentity() public static method

public static AddCloudscribeIdentity ( this services, Action setupAction = null ) : IdentityBuilder
services this
setupAction Action
return IdentityBuilder