C# 클래스 Joshilewis.Cqrs.Command.AuthenticatedCommand

상속: Command, IAuthenticated
파일 보기 프로젝트 열기: joshilewis/lending 1 사용 예제들

보호된 메소드들

메소드 설명
AuthenticatedCommand ( ) : System
AuthenticatedCommand ( System.Guid processId, System.Guid aggregateId, System.Guid userId ) : System

메소드 상세

AuthenticatedCommand() 보호된 메소드

protected AuthenticatedCommand ( ) : System
리턴 System

AuthenticatedCommand() 보호된 메소드

protected AuthenticatedCommand ( System.Guid processId, System.Guid aggregateId, System.Guid userId ) : System
processId System.Guid
aggregateId System.Guid
userId System.Guid
리턴 System