C# Class CQRSSample.Domain.Events.CustomerRelocatedEvent

Inheritance: DomainEvent
Show file Open project: JoergEg/CQRS-Sample

Public Properties

Property Type Description
City string
PostalCode string
Street string
StreetNumber string

Public Methods

Method Description
CustomerRelocatedEvent ( System.Guid id, string street, string streetNumber, string postalCode, string city ) : System

Method Details

CustomerRelocatedEvent() public method

public CustomerRelocatedEvent ( System.Guid id, string street, string streetNumber, string postalCode, string city ) : System
id System.Guid
street string
streetNumber string
postalCode string
city string
return System

Property Details

City public property

public string City
return string

PostalCode public property

public string PostalCode
return string

Street public property

public string Street
return string

StreetNumber public property

public string StreetNumber
return string