C# Class strICT.InFlow.Db.Contracts.InFlow.M_Message

Enity Message
显示文件 Open project: InFlowBPM/InFlow-BPMS Class Usage Examples

Public Methods

Method Description
M_Message ( ) : Microsoft.ServiceBus.Messaging

constructor

M_Message ( BrokeredMessage m ) : Microsoft.ServiceBus.Messaging

constructor

M_Message ( string senderId, string recipientSubject, string recipientUsername, string type, string data ) : Microsoft.ServiceBus.Messaging

constructor

toBrokeredMessage ( ) : BrokeredMessage

convert message to brokeredMessage

toWorkflowNotification ( ) : WorkflowNotification

convert message to workflowNotification

Method Details

M_Message() public method

constructor
public M_Message ( ) : Microsoft.ServiceBus.Messaging
return Microsoft.ServiceBus.Messaging

M_Message() public method

constructor
public M_Message ( BrokeredMessage m ) : Microsoft.ServiceBus.Messaging
m BrokeredMessage BrokerMessage
return Microsoft.ServiceBus.Messaging

M_Message() public method

constructor
public M_Message ( string senderId, string recipientSubject, string recipientUsername, string type, string data ) : Microsoft.ServiceBus.Messaging
senderId string
recipientSubject string
recipientUsername string
type string
data string
return Microsoft.ServiceBus.Messaging

toBrokeredMessage() public method

convert message to brokeredMessage
public toBrokeredMessage ( ) : BrokeredMessage
return BrokeredMessage

toWorkflowNotification() public method

convert message to workflowNotification
public toWorkflowNotification ( ) : WorkflowNotification
return WorkflowNotification