C# 클래스 Akka.EventStore.Cqrs.Core.Command

상속: ICommand, IMessageContext, IConsistentHashable
파일 보기 프로젝트 열기: 4deeptech/Akka.EventStore.Cqrs.Core 1 사용 예제들

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
Command ( System.Guid aggregateId ) : Akka.Routing
Command ( System.Guid aggregateId, IMessageContext context ) : Akka.Routing
Command ( System.Guid aggregateId, int version ) : Akka.Routing
Command ( System.Guid aggregateId, int version, IMessageContext context ) : Akka.Routing

메소드 상세

Command() 보호된 메소드

protected Command ( System.Guid aggregateId ) : Akka.Routing
aggregateId System.Guid
리턴 Akka.Routing

Command() 보호된 메소드

protected Command ( System.Guid aggregateId, IMessageContext context ) : Akka.Routing
aggregateId System.Guid
context IMessageContext
리턴 Akka.Routing

Command() 보호된 메소드

protected Command ( System.Guid aggregateId, int version ) : Akka.Routing
aggregateId System.Guid
version int
리턴 Akka.Routing

Command() 보호된 메소드

protected Command ( System.Guid aggregateId, int version, IMessageContext context ) : Akka.Routing
aggregateId System.Guid
version int
context IMessageContext
리턴 Akka.Routing