Class AuditLogActionInfo
Inheritance
object
AuditLogActionInfo
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Auditing
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 |
|---|---|
| int |
ExecutionTime
Declaration
public DateTime ExecutionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
ExtraProperties
Declaration
public ExtraPropertyDictionary ExtraProperties { get; }
Property Value
| Type | Description |
|---|---|
| ExtraPropertyDictionary |
MethodName
Declaration
public string MethodName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parameters
Declaration
public string Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceName
Declaration
public string ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |