C# Class Events.NewCustomerRegisteredEvent

Inheritance: Ncqrs.Eventing.Sourcing.SourcedEvent
Mostra file Open project: jletroui/CQRSWorkshop Class Usage Examples

Public Properties

Property Type Description
Name String

Public Methods

Method Description
NewCustomerRegisteredEvent ( string name ) : System

Method Details

NewCustomerRegisteredEvent() public method

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

Property Details

Name public_oe property

public String Name
return String