C# 클래스 NServiceBus.Conventions

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

공개 메소드들

메소드 설명
AddSystemMessagesConventions ( bool>.Func definesMessageType ) : void

Add system message convention.

IsCommandType ( Type t ) : bool

Returns true if the given type is a command type.

IsDataBusProperty ( PropertyInfo property ) : bool

Returns true if the given property should be send via the DataBus.

IsEncryptedProperty ( PropertyInfo property ) : bool

Returns true if the given property should be encrypted.

IsEventType ( Type t ) : bool

Returns true if the given type is a event type.

IsInSystemConventionList ( Type t ) : bool

Returns true is message is a system message type.

IsMessageType ( Type t ) : bool

Returns true if the given type is a message type.

비공개 메소드들

메소드 설명
GetDataBusProperties ( object message ) : List

메소드 상세

AddSystemMessagesConventions() 공개 메소드

Add system message convention.
public AddSystemMessagesConventions ( bool>.Func definesMessageType ) : void
definesMessageType bool>.Func Function to define system message convention.
리턴 void

IsCommandType() 공개 메소드

Returns true if the given type is a command type.
public IsCommandType ( Type t ) : bool
t System.Type
리턴 bool

IsDataBusProperty() 공개 메소드

Returns true if the given property should be send via the DataBus.
public IsDataBusProperty ( PropertyInfo property ) : bool
property System.Reflection.PropertyInfo
리턴 bool

IsEncryptedProperty() 공개 메소드

Returns true if the given property should be encrypted.
public IsEncryptedProperty ( PropertyInfo property ) : bool
property System.Reflection.PropertyInfo
리턴 bool

IsEventType() 공개 메소드

Returns true if the given type is a event type.
public IsEventType ( Type t ) : bool
t System.Type
리턴 bool

IsInSystemConventionList() 공개 메소드

Returns true is message is a system message type.
public IsInSystemConventionList ( Type t ) : bool
t System.Type
리턴 bool

IsMessageType() 공개 메소드

Returns true if the given type is a message type.
public IsMessageType ( Type t ) : bool
t System.Type
리턴 bool