C# Class Joshilewis.Cqrs.Command.AuthenticatedCommand

Inheritance: Command, IAuthenticated
Mostra file Open project: joshilewis/lending Class Usage Examples

Protected Methods

Method Description
AuthenticatedCommand ( ) : System
AuthenticatedCommand ( System.Guid processId, System.Guid aggregateId, System.Guid userId ) : System

Method Details

AuthenticatedCommand() protected method

protected AuthenticatedCommand ( ) : System
return System

AuthenticatedCommand() protected method

protected AuthenticatedCommand ( System.Guid processId, System.Guid aggregateId, System.Guid userId ) : System
processId System.Guid
aggregateId System.Guid
userId System.Guid
return System