C# Class NEventStoreExample.Event.AccountDetailsSetEvent

Inheritance: IEvent
Afficher le fichier Open project: NForza/NEventStoreExample Class Usage Examples

Méthodes publiques

Méthode Description
AccountDetailsSetEvent ( System.Guid accountid, string name, string address, string city ) : System

Method Details

AccountDetailsSetEvent() public méthode

public AccountDetailsSetEvent ( System.Guid accountid, string name, string address, string city ) : System
accountid System.Guid
name string
address string
city string
Résultat System