Back to Devexpress

SecuredEFCoreObjectSpaceProvider<TDbContext> Constructors

expressappframework-devexpress-dot-entityframeworkcore-dot-security-dot-securedefcoreobjectspaceprovider-1-dot-ctor.md

latest5.2 KB
Original Source

SecuredEFCoreObjectSpaceProvider<TDbContext> Constructors

Provides an Object Space in EF Core-based applications that use the Security System.

NameParametersDescription
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, ITypesInfo, EFCoreTypeInfoSource, String, EFCoreDatabaseProviderHandler<TDbContext>)selectDataSecurityProvider, typesInfo, typeInfoSource, connectionString, databaseProviderHandlerInitializes a new instance of the SecuredEFCoreObjectSpaceProvider<TDbContext> class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, ITypesInfo, String, EFCoreDatabaseProviderHandler<TDbContext>)selectDataSecurityProvider, typesInfo, connectionString, databaseProviderHandlerInitializes a new instance of the SecuredEFCoreObjectSpaceProvider<TDbContext> class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, EFCoreDatabaseProviderHandler<TDbContext>)selectDataSecurityProvider, databaseProviderHandlerInitializes a new instance of the SecuredEFCoreObjectSpaceProvider<TDbContext> class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, IDbContextFactory<TDbContext>, ITypesInfo)selectDataSecurityProvider, dbContextFactory, typesInfoInitializes a new instance of the SecuredEFCoreObjectSpaceProvider<TDbContext> class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, IDbContextFactory<TDbContext>)selectDataSecurityProvider, dbContextFactoryInitializes a new instance of the SecuredEFCoreObjectSpaceProvider<TDbContext> class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, ServiceCollection, ITypesInfo, String, EFCoreDatabaseProviderHandler<TDbContext>)selectDataSecurityProvider, services, typesInfo, connectionString, databaseProviderHandlerInitializes a new instance of the SecuredEFCoreObjectSpaceProvider<TDbContext> class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, ServiceCollection, DbContextOptions<TDbContext>, ITypesInfo, String)selectDataSecurityProvider, services, dbContextOptions, typesInfo, connectionStringInitializes a new instance of the SecuredEFCoreObjectSpaceProvider<TDbContext> class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, String, EFCoreDatabaseProviderHandler<TDbContext>)selectDataSecurityProvider, connectionString, databaseProviderHandlerInitializes a new instance of the SecuredEFCoreObjectSpaceProvider<TDbContext> class with specified settings.

See Also

SecuredEFCoreObjectSpaceProvider<TDbContext> Class

SecuredEFCoreObjectSpaceProvider<TDbContext> Members

DevExpress.EntityFrameworkCore.Security Namespace