C# Class NEventStoreExample.Event.AccountCreatedEvent

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

Méthodes publiques

Méthode Description
AccountCreatedEvent ( System.Guid accountid, string name, bool isActive ) : System

Method Details

AccountCreatedEvent() public méthode

public AccountCreatedEvent ( System.Guid accountid, string name, bool isActive ) : System
accountid System.Guid
name string
isActive bool
Résultat System