Class AuditLogActionInfo
Inheritance
System.Object
AuditLogActionInfo
Assembly: Volo.Abp.Auditing.dll
Syntax
public class AuditLogActionInfo : IHasExtraProperties
Constructors
AuditLogActionInfo()
Declaration
public AuditLogActionInfo()
Properties
ExecutionDuration
Declaration
public int ExecutionDuration { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ExecutionTime
Declaration
public DateTime ExecutionTime { get; set; }
Property Value
| Type |
Description |
| DateTime |
|
Declaration
public Dictionary<string, object> ExtraProperties { get; }
Property Value
| Type |
Description |
| Dictionary<System.String, System.Object> |
|
MethodName
Declaration
public string MethodName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Parameters
Declaration
public string Parameters { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ServiceName
Declaration
public string ServiceName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Extension Methods