Class AuditLogContributionContext
Inheritance
object
AuditLogContributionContext
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 AuditLogContributionContext : IServiceProviderAccessor
Constructors
AuditLogContributionContext(IServiceProvider, AuditLogInfo)
Declaration
public AuditLogContributionContext(IServiceProvider serviceProvider, AuditLogInfo auditInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IServiceProvider | serviceProvider | |
| AuditLogInfo | auditInfo |
Properties
AuditInfo
Declaration
public AuditLogInfo AuditInfo { get; }
Property Value
| Type | Description |
|---|---|
| AuditLogInfo |
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
| Type | Description |
|---|---|
| System.IServiceProvider |