PersonWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class PersonWeb : DataContractEntityWeb
The PersonWeb type exposes the following members.
| Name | Description | |
|---|---|---|
| AdditionalAddress |
AdditionalAddress
| |
| City |
City for the address
| |
| CountryIsoCode |
ISO 3166-1 country code.
| |
| Department |
Department of the customer.
| |
| FirstName |
First name
| |
| HomeEmail |
The customers home email.
| |
| HomeFaxNo |
The customers home fax number. Only digits and whitespaces are allowed.
| |
| HomeMobileNo |
The customers home mobile phone number. Only digits and whitespaces are allowed.
Please note that either a HomePhoneNo or HomeMobileNo is required!
| |
| HomePhoneNo |
The customers home phone number. Only digits and whitespaces are allowed.
Please note that either a HomePhoneNo or HomeMobileNo is required!
| |
| Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) | |
| LanguageIsoCode |
Language code. International code (2 letters) for the language(ISO 639-1).
| |
| LastName |
Last name
| |
| PostalArea |
Postal area code for the address
| |
| PostalCode |
PostalCode for the address
| |
| Salutation |
Customer salutation.
| |
| StreetName |
The address streetname.
| |
| Title |
Person title
| |
| WorkEmail |
The customers work email.
| |
| WorkFaxNo |
The customers work fax number. Only digits and whitespaces are allowed.
| |
| WorkMobileNo |
The customers work mobile phone number. Only digits and whitespaces are allowed.
| |
| WorkPhoneNo |
The customers work phone number. Only digits and whitespaces are allowed.
|