Back to Devexpress

SecuredEFCoreObjectSpaceProvider<TDbContext> Members

expressappframework-devexpress-dot-entityframeworkcore-dot-security-dot-securedefcoreobjectspaceprovider-1-dot-underscore-members.md

latest11.0 KB
Original Source

SecuredEFCoreObjectSpaceProvider<TDbContext> Members

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

Constructors

NameDescription
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, ITypesInfo, EFCoreTypeInfoSource, String, EFCoreDatabaseProviderHandler<TDbContext>)Initializes a new instance of the SecuredEFCoreObjectSpaceProvider<TDbContext> class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, ITypesInfo, String, EFCoreDatabaseProviderHandler<TDbContext>)Initializes a new instance of the SecuredEFCoreObjectSpaceProvider<TDbContext> class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, EFCoreDatabaseProviderHandler<TDbContext>)Initializes a new instance of the SecuredEFCoreObjectSpaceProvider<TDbContext> class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, IDbContextFactory<TDbContext>, ITypesInfo)Initializes a new instance of the SecuredEFCoreObjectSpaceProvider<TDbContext> class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, IDbContextFactory<TDbContext>)Initializes a new instance of the SecuredEFCoreObjectSpaceProvider<TDbContext> class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, ServiceCollection, ITypesInfo, String, EFCoreDatabaseProviderHandler<TDbContext>)Initializes a new instance of the SecuredEFCoreObjectSpaceProvider<TDbContext> class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, ServiceCollection, DbContextOptions<TDbContext>, ITypesInfo, String)Initializes a new instance of the SecuredEFCoreObjectSpaceProvider<TDbContext> class with specified settings.
SecuredEFCoreObjectSpaceProvider(ISelectDataSecurityProvider, String, EFCoreDatabaseProviderHandler<TDbContext>)Initializes a new instance of the SecuredEFCoreObjectSpaceProvider<TDbContext> class with specified settings.

Properties

NameDescription
CheckCompatibilityTypeInherited from EFCoreObjectSpaceProvider<TDbContext>.
ConnectionStringInherited from EFCoreObjectSpaceProvider<TDbContext>.
EntityStoreInherited from EFCoreObjectSpaceProvider<TDbContext>.
ModuleInfoTypeInherited from EFCoreObjectSpaceProvider<TDbContext>.
OptimisticLockDetectionSpecifies whether XAF identifies conflicting changes by using just the object’s concurrency token or by assessing all object properties. Inherited from EFCoreObjectSpaceProvider<TDbContext>.
OptimisticLockHandlingSpecifies how XAF resolves collisions: merges changes automatically or offers conflict resolution options. Inherited from EFCoreObjectSpaceProvider<TDbContext>.
PreFetchReferencePropertiesSpecifies whether to automatically load reference property data for persistent objects when these objects are fetched from a database. Inherited from EFCoreObjectSpaceProvider<TDbContext>.
SchemaUpdateModeInherited from EFCoreObjectSpaceProvider<TDbContext>.
SchemaUpdateOptionsInherited from EFCoreObjectSpaceProvider<TDbContext>.
TypesInfoInherited from EFCoreObjectSpaceProvider<TDbContext>.

Methods

NameDescription
CheckDatabaseSchemaCompatibility(out Exception)Inherited from EFCoreObjectSpaceProvider<TDbContext>.
CreateNonsecuredObjectSpace()Creates a SecuredEFCoreObjectSpace instance that an application uses when a user tries to log on.
CreateObjectSpace()Inherited from EFCoreObjectSpaceProvider<TDbContext>.
CreateUpdatingObjectSpace(Boolean)
Dispose()Inherited from EFCoreObjectSpaceProvider<TDbContext>.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.
UpdateSchema()Inherited from EFCoreObjectSpaceProvider<TDbContext>.

See Also

SecuredEFCoreObjectSpaceProvider<TDbContext> Class

DevExpress.EntityFrameworkCore.Security Namespace