Click or drag to resize

OwnerWeb Class

Data contract class for an account on a business partner's internal account(s)
Inheritance Hierarchy
SystemObject
  DataContractBase
    DataContractEntity
      Tse.EasyBook.Server.DataContractsBusinessPartnerWeb
        Tse.EasyBook.Server.DataContractsOwnerWeb

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

The OwnerWeb type exposes the following members.

Constructors
  NameDescription
Public methodOwnerWeb
Top
Properties
  NameDescription
Public propertyAgreements
A list of all agreements across all rental objects associated with this owner
Public propertyCancelMonthlySettlementsDistribution
True, if the owner does not receives monthly settlements
Public propertyCategory
The owner category (Basic, Silver, Gold, etc..)
Public propertyCompany
The details about the contact if the Type is value: Company
(Inherited from BusinessPartnerWeb.)
Public propertyCorrespondence
A list of all registered past correspondence with the owner.
Public propertyCorrespondenceOptions
The profileid of the owner
Public propertyPerson
The details about the contact if the Type is value: Person
(Inherited from BusinessPartnerWeb.)
Public propertyProfileId
The profileid of the owner
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