Skip to main content
All docs
V25.2
  • SecuredEFCoreObjectSpace(ITypesInfo, IEntityStore, Func<DbContext>, ISecurityStrategyBase) Constructor

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

    Namespace: DevExpress.EntityFrameworkCore.Security

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

    NuGet Package: DevExpress.ExpressApp.EFCore

    Declaration

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

    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.

    security ISecurityStrategyBase

    The ISecurityStrategyBase object that is the Security Strategy used in the application.

    See Also