C# 클래스 NEventStoreExample.Event.AccountCreatedEvent

상속: IEvent
파일 보기 프로젝트 열기: NForza/NEventStoreExample 1 사용 예제들

공개 메소드들

메소드 설명
AccountCreatedEvent ( System.Guid accountid, string name, bool isActive ) : System

메소드 상세

AccountCreatedEvent() 공개 메소드

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