C# Class AwesomeAppRefactored.Events.NameChangedEvent

Inheritance: Ncqrs.Eventing.Sourcing.SourcedEvent
Afficher le fichier Open project: SzymonPobiega/ncqrs Class Usage Examples

Méthodes publiques

Méthode Description
NameChangedEvent ( ) : System
NameChangedEvent ( string name ) : System
NameChangedEvent ( string forename, string surname ) : System

Method Details

NameChangedEvent() public méthode

public NameChangedEvent ( ) : System
Résultat System

NameChangedEvent() public méthode

public NameChangedEvent ( string name ) : System
name string
Résultat System

NameChangedEvent() public méthode

public NameChangedEvent ( string forename, string surname ) : System
forename string
surname string
Résultat System