C# 클래스 Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions

파일 보기 프로젝트 열기: joeaudette/cloudscribe 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddCloudscribeCoreEFStorageMSSQL() 공개 정적인 메소드

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

AddCloudscribeCoreEFStorageMySql() 공개 정적인 메소드

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

AddCloudscribeCoreEFStoragePostgreSql() 공개 정적인 메소드

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

AddCloudscribeCoreNoDbStorage() 공개 정적인 메소드

public static AddCloudscribeCoreNoDbStorage ( this services ) : IServiceCollection
services this
리턴 IServiceCollection

AddCloudscribeIdentity() 공개 정적인 메소드

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