AuditTrailTypeConfiguration Members

Dal.Audit

AuditTrailTypeConfiguration Members

The AuditTrailTypeConfiguration type exposes the following members.

Constructors


  Name Description
Public method AuditTrailTypeConfiguration
Initializes a new instance of the AuditTrailTypeConfiguration class.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from EntityTypeConfiguration.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode (Inherited from EntityTypeConfiguration.)
Public method GetType (Inherited from EntityTypeConfiguration.)
Public method HasEntitySetName(System.String) (Inherited from EntityTypeConfiguration.)
Public method HasKey``1(System.Linq.Expressions.Expression{System.Func{`0, ``0}}) (Inherited from EntityTypeConfiguration.)
Public method HasMany``1(System.Linq.Expressions.Expression{System.Func{`0, System.Collections.Generic.ICollection{``0}}}) (Inherited from EntityTypeConfiguration.)
Public method HasOptional``1(System.Linq.Expressions.Expression{System.Func{`0, ``0}}) (Inherited from EntityTypeConfiguration.)
Public method HasRequired``1(System.Linq.Expressions.Expression{System.Func{`0, ``0}}) (Inherited from EntityTypeConfiguration.)
Public method HasTableAnnotation(System.String,System.Object) (Inherited from EntityTypeConfiguration.)
Public method Ignore``1(System.Linq.Expressions.Expression{System.Func{`0, ``0}}) (Inherited from EntityTypeConfiguration.)
Public method Map(System.Action{System.Data.Entity.ModelConfiguration.Configuration.EntityMappingConfiguration{`0}}) (Inherited from EntityTypeConfiguration.)
Public method Map``1(System.Action{System.Data.Entity.ModelConfiguration.Configuration.EntityMappingConfiguration{``0}}) (Inherited from EntityTypeConfiguration.)
Public method MapToStoredProcedures (Inherited from EntityTypeConfiguration.)
Public method MapToStoredProcedures(System.Action{System.Data.Entity.ModelConfiguration.Configuration.ModificationStoredProceduresConfiguration{`0}}) (Inherited from EntityTypeConfiguration.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Property(System.Linq.Expressions.Expression{System.Func{`0, System.Data.Entity.Spatial.DbGeometry}}) (Inherited from StructuralTypeConfiguration.)
Public method Property(System.Linq.Expressions.Expression{System.Func{`0, System.Data.Entity.Spatial.DbGeography}}) (Inherited from StructuralTypeConfiguration.)
Public method Property(System.Linq.Expressions.Expression{System.Func{`0, System.String}}) (Inherited from StructuralTypeConfiguration.)
Public method Property(System.Linq.Expressions.Expression{System.Func{`0, System.Byte[]}}) (Inherited from StructuralTypeConfiguration.)
Public method Property(System.Linq.Expressions.Expression{System.Func{`0, System.Decimal}}) (Inherited from StructuralTypeConfiguration.)
Public method Property(System.Linq.Expressions.Expression{System.Func{`0, System.Nullable{System.Decimal}}}) (Inherited from StructuralTypeConfiguration.)
Public method Property(System.Linq.Expressions.Expression{System.Func{`0, System.DateTime}}) (Inherited from StructuralTypeConfiguration.)
Public method Property(System.Linq.Expressions.Expression{System.Func{`0, System.Nullable{System.DateTime}}}) (Inherited from StructuralTypeConfiguration.)
Public method Property(System.Linq.Expressions.Expression{System.Func{`0, System.DateTimeOffset}}) (Inherited from StructuralTypeConfiguration.)
Public method Property(System.Linq.Expressions.Expression{System.Func{`0, System.Nullable{System.DateTimeOffset}}}) (Inherited from StructuralTypeConfiguration.)
Public method Property(System.Linq.Expressions.Expression{System.Func{`0, System.TimeSpan}}) (Inherited from StructuralTypeConfiguration.)
Public method Property(System.Linq.Expressions.Expression{System.Func{`0, System.Nullable{System.TimeSpan}}}) (Inherited from StructuralTypeConfiguration.)
Public method Property``1(System.Linq.Expressions.Expression{System.Func{`0, ``0}}) (Inherited from StructuralTypeConfiguration.)
Public method Property``1(System.Linq.Expressions.Expression{System.Func{`0, System.Nullable{``0}}}) (Inherited from StructuralTypeConfiguration.)
Public method ToString (Inherited from EntityTypeConfiguration.)
Public method ToTable(System.String) (Inherited from EntityTypeConfiguration.)
Public method ToTable(System.String,System.String) (Inherited from EntityTypeConfiguration.)