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

Dto container class corresponding to the Connection class. More...

Public Member Functions

 ConnectionDto ()
 Initializes an empty ConnectioDto. More...
 

Properties

string ConnectionGuid [get, set]
 Gets or sets the Guid idenfying this connection in the system. More...
 
DateTime ArrivalTime [get, set]
 Gets or sets the DateTime specifying the moment in time when this connection first arrived to the server from the mobile emergency client. More...
 
bool clientDisconnected [get, set]
 Gets or sets the value indicating if the mobile emergency client repserensted by this instance has already disconnected its server connection. True, if the client has disconnected, otherwise false. More...
 
bool RequestedNoSound [get, set]
 Gets or sets the silent operation request state. True, if the mobile emergency client represented by this instance has requested operation without audio. More...
 
ConnectionStateDto ConnectionState [get, set]
 Gets or sets the state of this connection. More...
 
PersonalInformationDto PersonalInformation [get, set]
 Gets or sets the personal information provided by the mobile emergency client represented by this instace. More...
 
ConnectionPriorityDto ConnectionPriority [get, set]
 Gets or sets the priority of this emerngecy connection. More...
 
EmergencyTypeDto EmergencyType [get, set]
 Gets or sets the type of emergency provided by the mobile emergency client represented by this instance. More...
 
List< LocationInformationDtoLocationInformation [get, set]
 Gets or sets the collection containing all location information updates provided by the mobile emergency client during the emergency connection. More...
 
List< MobileDeviceInformationDtoMobileDeviceInformation [get, set]
 Gets or sets the collection containing all mobile device status information updates provided by the mobile emergency client during the emergency connection. More...
 
List< CallCenterConnectionDtoAttachedCallCenterConnections [get, set]
 Gets or sets the collection containing all CallCenterConnectionDto instances representing the call center clients that are currently handling this emergency connection. More...
 
List< MeasurementInstrumentDtoMeasurementInstruments [get, set]
 Get sor sets the collection containing all MeasurementInstrumentDto instances provided on the mobile emergency client's last available measurement instrument list update. More...
 
List< TextMessageDtoTextMessages [get, set]
 Gets or sets the collection containing all text based messages received from or sent to the mobile emergency client during this emergency connection. More...
 

Detailed Description

Dto container class corresponding to the Connection class.

<author>Veli-Mikko Puupponen</author> Represents a mobile emergency client connection. Contains the GUID identifying the client, time stamp marking the connection arrival, current state of the connection and all information received from the client or sent to it during its connection.

Constructor & Destructor Documentation

Initializes an empty ConnectioDto.

Property Documentation

DateTime ArrivalTime
getset

Gets or sets the DateTime specifying the moment in time when this connection first arrived to the server from the mobile emergency client.

List<CallCenterConnectionDto> AttachedCallCenterConnections
getset

Gets or sets the collection containing all CallCenterConnectionDto instances representing the call center clients that are currently handling this emergency connection.

bool clientDisconnected
getset

Gets or sets the value indicating if the mobile emergency client repserensted by this instance has already disconnected its server connection. True, if the client has disconnected, otherwise false.

string ConnectionGuid
getset

Gets or sets the Guid idenfying this connection in the system.

ConnectionPriorityDto ConnectionPriority
getset

Gets or sets the priority of this emerngecy connection.

ConnectionStateDto ConnectionState
getset

Gets or sets the state of this connection.

Gets or sets the type of emergency provided by the mobile emergency client represented by this instance.

Gets or sets the collection containing all location information updates provided by the mobile emergency client during the emergency connection.

List<MeasurementInstrumentDto> MeasurementInstruments
getset

Get sor sets the collection containing all MeasurementInstrumentDto instances provided on the mobile emergency client's last available measurement instrument list update.

Gets or sets the collection containing all mobile device status information updates provided by the mobile emergency client during the emergency connection.

Gets or sets the personal information provided by the mobile emergency client represented by this instace.

bool RequestedNoSound
getset

Gets or sets the silent operation request state. True, if the mobile emergency client represented by this instance has requested operation without audio.

List<TextMessageDto> TextMessages
getset

Gets or sets the collection containing all text based messages received from or sent to the mobile emergency client during this emergency connection.


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