ActivityLogEntry
public class ActivityLogEntry : ValueObjectBase
Inheritance
- class ValueObjectBase
Namespace
Properties
EntityId
public Guid EntityId { get; }
EntitySummary
public string EntitySummary { get; }
EntityType
public string EntityType { get; }
EventDateUtc
public DateTime EventDateUtc { get; }
EventSummary
public string EventSummary { get; }
EventType
public string EventType { get; }
StoreId
public Guid StoreId { get; }
UserId
public int UserId { get; }
Methods
DeepClone
public override object DeepClone()