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

Dto class corresponding to the PersonalInformation class. More...

Properties

string Name [get, set]
 Gets or sets the name of the user. More...
 
string StreetAddress [get, set]
 Gets or sets the street address of the user. More...
 
int PostalCode [get, set]
 Gets or sets the postal code of the user's address. More...
 
string Locality [get, set]
 Gets or sets the locality of the user's address. More...
 
List< string > PhoneNumbers [get, set]
 Gets or sets the list of the user's telephone numbers. More...
 

Detailed Description

Dto class corresponding to the PersonalInformation class.

<author>Veli-Mikko Puupponen</author> Container class for storing emergency mobile client user's personal information. Contains user name, street address, postal code, locality and a list of user's telephone numbers.

Property Documentation

string Locality
getset

Gets or sets the locality of the user's address.

string Name
getset

Gets or sets the name of the user.

List<string> PhoneNumbers
getset

Gets or sets the list of the user's telephone numbers.

int PostalCode
getset

Gets or sets the postal code of the user's address.

string StreetAddress
getset

Gets or sets the street address of the user.


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