Click or drag to resize

SupplierWeb Class

Data contract class for a serviec supplier on a rental object.
Inheritance Hierarchy
SystemObject
  DataContractBase
    DataContractEntity
      Tse.EasyBook.Server.DataContractsBusinessPartnerWeb
        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 SupplierWeb : BusinessPartnerWeb

The SupplierWeb type exposes the following members.

Constructors
  NameDescription
Public methodSupplierWeb
Top
Properties
  NameDescription
Public propertyCategories
The supplier categories
Public propertyCompany
The details about the contact if the Type is value: Company
(Inherited from BusinessPartnerWeb.)
Public propertyPerson
The details about the contact if the Type is value: Person
(Inherited from BusinessPartnerWeb.)
Public propertyType
The business entity type. The type determines if the contact details are found in Person or Company.
(Inherited from BusinessPartnerWeb.)
Top
See Also