Class EntityFrameworkAuditHistoryOptions
Namespace: Cephalon.Audit.EntityFramework.Configuration
Assembly: Cephalon.Audit.EntityFramework.dll
Describes host-owned options for the Entity Framework durable audit-history provider.
public sealed class EntityFrameworkAuditHistoryOptionsInheritance
Section titled “Inheritance”object ← EntityFrameworkAuditHistoryOptions
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”EntityFrameworkAuditHistoryOptions(Type)
Section titled “ EntityFrameworkAuditHistoryOptions(Type)”Initializes a new instance of the
public EntityFrameworkAuditHistoryOptions(Type dbContextType)Parameters
Section titled “Parameters”dbContextType Type
The
Fields
Section titled “Fields”ProviderId
Section titled “ ProviderId”Gets the canonical provider identifier emitted by this pack.
public const string ProviderId = "entity-framework"Field Value
Section titled “Field Value”Properties
Section titled “Properties”DbContextType
Section titled “ DbContextType”Gets the
public Type DbContextType { get; }Property Value
Section titled “Property Value”UsesEngineDatabaseTopology
Section titled “ UsesEngineDatabaseTopology”Gets or sets a value indicating whether this pack resolves its database role from Engine:Databases.
public bool UsesEngineDatabaseTopology { get; set; }