Class EntityChangeExportJobArgs
Inheritance
EntityChangeExportJobArgs
Assembly: Volo.Abp.AuditLogging.Application.Contracts.dll
Syntax
public class EntityChangeExportJobArgs
Constructors
EntityChangeExportJobArgs()
Declaration
public EntityChangeExportJobArgs()
Properties
Culture
Declaration
public string Culture { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
Filter
Declaration
public ExportEntityChangesInput Filter { get; set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
UserId
Declaration
public Guid? UserId { get; set; }
Property Value
Extension Methods