Click or drag to resize

PersonWeb Class

Data contract for the input of a customer to the online booking service method
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsPersonWeb

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class PersonWeb : DataContractEntityWeb

The PersonWeb type exposes the following members.

Constructors
  NameDescription
Public methodPersonWeb
Top
Properties
  NameDescription
Public propertyAdditionalAddress
AdditionalAddress
Public propertyCity
City for the address
Public propertyCountryIsoCode
ISO 3166-1 country code.
Public propertyDepartment
Department of the customer.
Public propertyFirstName
First name
Public propertyHomeEmail
The customers home email.
Public propertyHomeFaxNo
The customers home fax number. Only digits and whitespaces are allowed.
Public propertyHomeMobileNo
The customers home mobile phone number. Only digits and whitespaces are allowed. Please note that either a HomePhoneNo or HomeMobileNo is required!
Public propertyHomePhoneNo
The customers home phone number. Only digits and whitespaces are allowed. Please note that either a HomePhoneNo or HomeMobileNo is required!
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyLanguageIsoCode
Language code. International code (2 letters) for the language(ISO 639-1).
Public propertyLastName
Last name
Public propertyPostalArea
Postal area code for the address
Public propertyPostalCode
PostalCode for the address
Public propertySalutation
Customer salutation.
Public propertyStreetName
The address streetname.
Public propertyTitle
Person title
Public propertyWorkEmail
The customers work email.
Public propertyWorkFaxNo
The customers work fax number. Only digits and whitespaces are allowed.
Public propertyWorkMobileNo
The customers work mobile phone number. Only digits and whitespaces are allowed.
Public propertyWorkPhoneNo
The customers work phone number. Only digits and whitespaces are allowed.
Top
See Also