C# Class Affecto.AuditTrail.Domain.Events.AuditTrailEntryCreatedEvent

Inheritance: Affecto.Patterns.Domain.DomainEvent
Mostrar archivo Open project: affecto/dotnet-AuditTrail Class Usage Examples

Public Methods

Method Description
AuditTrailEntryCreatedEvent ( System.Guid id, System.Guid subjectId, System.Guid userId, string summary, System.DateTime timestamp, string subjectName, string userName ) : System

Method Details

AuditTrailEntryCreatedEvent() public method

public AuditTrailEntryCreatedEvent ( System.Guid id, System.Guid subjectId, System.Guid userId, string summary, System.DateTime timestamp, string subjectName, string userName ) : System
id System.Guid
subjectId System.Guid
userId System.Guid
summary string
timestamp System.DateTime
subjectName string
userName string
return System