Class ApplicationAuditActorTypes
- Namespace
- ProjectTemplate.Infrastructure.Data.Auditing
- Assembly
- ProjectTemplate.Infrastructure.dll
Provides stable actor-type names for application audit records.
public static class ApplicationAuditActorTypes
- Inheritance
-
ApplicationAuditActorTypes
- Inherited Members
Fields
Human
public const string Human = "Human"
Field Value
Network
public const string Network = "Network"
Field Value
Service
public const string Service = "Service"
Field Value
System
public const string System = "System"
Field Value
Unknown
public const string Unknown = "Unknown"