C# 클래스 NServiceBus.Validations

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

공개 메소드들

메소드 설명
AssertIsValidForPubSub ( Type messageType ) : void
AssertIsValidForReply ( Type messageType ) : void
AssertIsValidForSend ( Type messageType ) : void
Validations ( Conventions conventions ) : System

메소드 상세

AssertIsValidForPubSub() 공개 메소드

public AssertIsValidForPubSub ( Type messageType ) : void
messageType System.Type
리턴 void

AssertIsValidForReply() 공개 메소드

public AssertIsValidForReply ( Type messageType ) : void
messageType System.Type
리턴 void

AssertIsValidForSend() 공개 메소드

public AssertIsValidForSend ( Type messageType ) : void
messageType System.Type
리턴 void

Validations() 공개 메소드

public Validations ( Conventions conventions ) : System
conventions Conventions
리턴 System