C# Class CQRSSample.Domain.Events.CustomerRelocatedEvent

Inheritance: DomainEvent
显示文件 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_oe property

public string City
return string

PostalCode public_oe property

public string PostalCode
return string

Street public_oe property

public string Street
return string

StreetNumber public_oe property

public string StreetNumber
return string