C# Class AwesomeAppRefactored.Events.NameChangedEvent

Inheritance: Ncqrs.Eventing.Sourcing.SourcedEvent
Show file Open project: SzymonPobiega/ncqrs Class Usage Examples

Public Methods

Method Description
NameChangedEvent ( ) : System
NameChangedEvent ( string name ) : System
NameChangedEvent ( string forename, string surname ) : System

Method Details

NameChangedEvent() public method

public NameChangedEvent ( ) : System
return System

NameChangedEvent() public method

public NameChangedEvent ( string name ) : System
name string
return System

NameChangedEvent() public method

public NameChangedEvent ( string forename, string surname ) : System
forename string
surname string
return System