Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Website
Rules
RulesEngineConfiguration.MessageMapper
C# Class Website.Rules.RulesEngineConfiguration.MessageMapper
Inheritance:
IMessageMapper
Mostra file
Open project: jeffreypalermo/mvc2inaction
Public Methods
Method
Description
MapUiMessageToCommandMessage
(
object
message
,
Type
messageType
,
Type
destinationType
) :
object
Method Details
MapUiMessageToCommandMessage()
public
method
public
MapUiMessageToCommandMessage
(
object
message
,
Type
messageType
,
Type
destinationType
) :
object
message
object
messageType
System.Type
destinationType
System.Type
return
object