C# 클래스 NDomain.State

Base class for aggregate states, that already has State Mutator support. It uses a convention based for applying events. Subclasses should have public or private methods using the following convention: void On[NameOfTheEventType]([NameOfTheEventType] ev) These methods are called by a state mutator in order to apply events that modify the current state
상속: IState
파일 보기 프로젝트 열기: mfelicio/NDomain

공개 메소드들

메소드 설명
Mutate ( IAggregateEvent @event ) : void
State ( ) : System

메소드 상세

Mutate() 공개 메소드

public Mutate ( IAggregateEvent @event ) : void
@event IAggregateEvent
리턴 void

State() 공개 메소드

public State ( ) : System
리턴 System