Class ExportEntityChangesOutput
Inheritance
ExportEntityChangesOutput
Assembly: Volo.Abp.AuditLogging.Application.Contracts.dll
Syntax
public class ExportEntityChangesOutput
Constructors
ExportEntityChangesOutput()
Declaration
public ExportEntityChangesOutput()
Properties
FileData
Declaration
public byte[] FileData { get; set; }
Property Value
FileName
Declaration
public string FileName { get; set; }
Property Value
IsBackgroundJob
Declaration
public bool IsBackgroundJob { get; set; }
Property Value
Message
Declaration
public string Message { get; set; }
Property Value
Extension Methods