C# 클래스 Marten.Testing.Events.Projections.QuestParty

파일 보기 프로젝트 열기: JasperFx/marten 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( MembersDeparted departed ) : void
Apply ( MembersJoined joined ) : void
Apply ( QuestStarted started ) : void
ToString ( ) : string

메소드 상세

Apply() 공개 메소드

public Apply ( MembersDeparted departed ) : void
departed MembersDeparted
리턴 void

Apply() 공개 메소드

public Apply ( MembersJoined joined ) : void
joined MembersJoined
리턴 void

Apply() 공개 메소드

public Apply ( QuestStarted started ) : void
started QuestStarted
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string