Method | Description | |
---|---|---|
AddSystemMessagesConventions ( bool>.Func |
Add system message convention.
|
|
IsCommandType ( |
Returns true if the given type is a command type.
|
|
IsDataBusProperty ( |
Returns true if the given property should be send via the DataBus.
|
|
IsEncryptedProperty ( |
Returns true if the given property should be encrypted.
|
|
IsEventType ( |
Returns true if the given type is a event type.
|
|
IsInSystemConventionList ( |
Returns true is message is a system message type.
|
|
IsMessageType ( |
Returns true if the given type is a message type.
|
Method | Description | |
---|---|---|
GetDataBusProperties ( object message ) : List |
public AddSystemMessagesConventions ( bool>.Func |
||
definesMessageType | bool>.Func | Function to define system message convention. |
return | void |
public IsDataBusProperty ( |
||
property | ||
return | bool |
public IsEncryptedProperty ( |
||
property | ||
return | bool |
public IsInSystemConventionList ( |
||
t | ||
return | bool |