ActivityLogEntryDto
public class ActivityLogEntryDto
Namespace
Constructors
ActivityLogEntryDto
The default constructor.
public ActivityLogEntryDto()
Properties
BadgeColorClass
public string BadgeColorClass { get; set; }
BadgeLabel
public string BadgeLabel { get; set; }
EntityId
public Guid EntityId { get; set; }
EntitySummary
public string EntitySummary { get; set; }
EntityType
public string EntityType { get; set; }
EventDateUtc
public DateTime EventDateUtc { get; set; }
EventSummary
public string EventSummary { get; set; }
EventType
public string EventType { get; set; }
RoutePath
public string RoutePath { get; set; }
StoreId
public Guid StoreId { get; set; }
UserId
public int UserId { get; set; }