Class AuditEntityAttribute
Attribute to flag an entity as being audited by default, this can be overridden in the Audit Metadata.
Inheritance
System.Object
AuditEntityAttribute
Namespace: Cireson.Core.Common.Attributes
Assembly: Cireson.Core.Common.dll
Syntax
public sealed class AuditEntityAttribute : Attribute
Remarks
Admin, 8/24/2017.
Properties
View SourceAuditInheritedTypes
Indicates whether types that inherit from this class should be audited. Default=true.
Declaration
public bool AuditInheritedTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | True if audit inherited types, false if not. |