Skip to main content
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

SecuredEFCoreObjectSpace(ITypesInfo, IEntityStore, Func<DbContext>) Constructor

Initializes a new instance of the SecuredEFCoreObjectSpace class with specified settings.

Namespace: DevExpress.EntityFrameworkCore.Security

Assembly: DevExpress.EntityFrameworkCore.Security.v23.2.dll

NuGet Package: DevExpress.ExpressApp.EFCore

Declaration

public SecuredEFCoreObjectSpace(
    ITypesInfo typesInfo,
    IEntityStore entityStore,
    Func<DbContext> createDbContext
)

Parameters

Name Type Description
typesInfo ITypesInfo

An ITypesInfo object that provides access to XAF-related information on business classes.

entityStore DevExpress.ExpressApp.DC.IEntityStore

An IEntityStore object.

createDbContext Func<DbContext>

A method that returns DbContext.

See Also