C# Class NEventStoreExample.Event.AccountCreatedEvent

Inheritance: IEvent
Mostrar archivo Open project: NForza/NEventStoreExample Class Usage Examples

Public Methods

Method Description
AccountCreatedEvent ( System.Guid accountid, string name, bool isActive ) : System

Method Details

AccountCreatedEvent() public method

public AccountCreatedEvent ( System.Guid accountid, string name, bool isActive ) : System
accountid System.Guid
name string
isActive bool
return System