Halyri - Server  0.9.1
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
TextMessageDto Class Reference

Dto class corresnpoding to the TextMessage class. More...

Public Types

enum  MessageOriginatorDto { MobileClient, CallCenterClient }
 Message originator enumeration differentiating MobileClient and CallCenterClient. More...
 

Properties

DateTime TimeStamp [get, set]
 Gets or sets the DateTime specifying the moment in time when this TextMessage first arrived to the server. More...
 
string Content [get, set]
 Gets or sets the message content. More...
 
MessageOriginatorDto Originator [get, set]
 Gets or sets the originator of this message. More...
 

Detailed Description

Dto class corresnpoding to the TextMessage class.

<author>Veli-Mikko Puupponen</author> Container class for text based short messages. Stores message content, message originator and message server time stamp.

Member Enumeration Documentation

Message originator enumeration differentiating MobileClient and CallCenterClient.

Enumerator
MobileClient 

Enumeration member representing a mobile emergency client.

CallCenterClient 

Enumeration member representing a call center client.

Property Documentation

string Content
getset

Gets or sets the message content.

MessageOriginatorDto Originator
getset

Gets or sets the originator of this message.

DateTime TimeStamp
getset

Gets or sets the DateTime specifying the moment in time when this TextMessage first arrived to the server.


The documentation for this class was generated from the following file: