Click or drag to resize

ContactWeb Class

Data contract contact info.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsContactWeb

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 ContactWeb : DataContractBase

The ContactWeb type exposes the following members.

Constructors
  NameDescription
Public methodContactWeb
Top
Properties
  NameDescription
Public propertyAddress
the contact Address.
Public propertyEmail
Email.
Public propertyName
The contact name.
Public propertyPhoneNo
Phone number.
Top
Remarks
Used to provide contact details for various business entities such as key deposit locations etc.
See Also