Click or drag to resize

BusinessPartnerWeb Class

Data contract contact info.
Inheritance Hierarchy
SystemObject
  DataContractBase
    DataContractEntity
      Tse.EasyBook.Server.DataContractsBusinessPartnerWeb
        Tse.EasyBook.Server.DataContractsOwnerWeb
        Tse.EasyBook.Server.DataContractsSupplierWeb

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 BusinessPartnerWeb : DataContractEntity

The BusinessPartnerWeb type exposes the following members.

Constructors
  NameDescription
Public methodBusinessPartnerWeb
Top
Properties
  NameDescription
Public propertyCompany
The details about the contact if the Type is value: Company
Public propertyPerson
The details about the contact if the Type is value: Person
Public propertyType
The business entity type. The type determines if the contact details are found in Person or Company.
Top
Remarks
Used to provide contact details for various business entities such as customers, owners, suppliers etc.
See Also