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

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. More...

Properties

virtual ContactInformation ContactInformation [get, set]
 
int Id [get, set]
 Gets or sets the primary key identifying this personal information instance in the database. More...
 
int ConnectionId [get, set]
 Gets or sets the foreign key identifying the Connection database entity to which this personal information is related. More...
 
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

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.

<author>Veli-Mikko Puupponen</author>

Property Documentation

int ConnectionId
getset

Gets or sets the foreign key identifying the Connection database entity to which this personal information is related.

int Id
getset

Gets or sets the primary key identifying this personal information instance in the database.

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: