AuditDto

DTO for transfer audit information.

Namespace:
KpokPatagon.Data.Auditing.Dtos
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Properties

CreationTime

Creation date and time.

Signature:
public DateTime CreationTime { get; set; }

Data

Audit internal data.

Signature:
public AuditData Data { get; set; }

Id

Audit Id.

Signature:
public Int32 Id { get; set; }

IncidentId

Audit incident Id.

Signature:
public Nullable<Int32> IncidentId { get; set; }

Kind

Audit record kind.

Signature:
public AuditKind Kind { get; set; }

NextId

Id of the next audit record.

Signature:
public Nullable<Int32> NextId { get; set; }

PrevId

Id of the previous audit record.

Signature:
public Nullable<Int32> PrevId { get; set; }

SourceCaption

Caption of the object that sources the audit record.

Signature:
public String SourceCaption { get; set; }

SourceDisplay

A human readable text for the object that sources the audit record.

Signature:
public String SourceDisplay { get; set; }

SourceId

Id of the object that sources the audit record.

Signature:
public String SourceId { get; set; }

SourceTypeName

The type name of the object that sources the audit record.

Signature:
public String SourceTypeName { get; set; }

UserAuthority

User authority.

Signature:
public String UserAuthority { get; set; }

UserDisplayName

User display name.

Signature:
public String UserDisplayName { get; set; }

UserId

User Id.

Signature:
public String UserId { get; set; }

UserName

User name.

Signature:
public String UserName { get; set; }