C# Class Joshilewis.Cqrs.Command.AuthenticatedCommand

Inheritance: Command, IAuthenticated
Afficher le fichier Open project: joshilewis/lending Class Usage Examples

Méthodes protégées

Méthode Description
AuthenticatedCommand ( ) : System
AuthenticatedCommand ( System.Guid processId, System.Guid aggregateId, System.Guid userId ) : System

Method Details

AuthenticatedCommand() protected méthode

protected AuthenticatedCommand ( ) : System
Résultat System

AuthenticatedCommand() protected méthode

protected AuthenticatedCommand ( System.Guid processId, System.Guid aggregateId, System.Guid userId ) : System
processId System.Guid
aggregateId System.Guid
userId System.Guid
Résultat System