Inheritance Hierarchy
RainWorx.FrameWorx.DTO.EventArgsSignalRMessage
Namespace: RainWorx.FrameWorx.DTO.EventArgs
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public class SignalRMessage
The SignalRMessage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SignalRMessage(Int32, Object) | Initializes a new instance of the SignalRMessage class |
![]() | SignalRMessage(Int32, String, Object) | Initializes a new instance of the SignalRMessage class |
Properties
Name | Description | |
---|---|---|
![]() | EntityID | |
![]() | MessageData | |
![]() | MessageType |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also