C# Класс NServiceBus.Conventions

Message convention definitions.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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