Click or drag to resize

AddOwnerTipCriteriaWeb Class

Data contract with criteria for creating a new owner Tip.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContracts.OwnerLoginOwnerLoginBaseCriteria
      Tse.EasyBook.Server.DataContracts.OwnerLoginAddOwnerTipCriteriaWeb

Namespace:  Tse.EasyBook.Server.DataContracts.OwnerLogin
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class AddOwnerTipCriteriaWeb : OwnerLoginBaseCriteria

The AddOwnerTipCriteriaWeb type exposes the following members.

Constructors
  NameDescription
Public methodAddOwnerTipCriteriaWeb
Top
Properties
  NameDescription
Public propertyArea
The Area of the Tip (optional) to create.
Public propertyCategory
The category of the Tip. Defaults to value TipCategoryWebEnum.Standard.
Public propertyIsAnonymous
Is this tip anonymous?
Public propertyProfileId
The profileid of the owner
(Inherited from OwnerLoginBaseCriteria.)
Public propertyRegion
The Region of the Tip to create.
Public propertyRentalObjectNo
The rentalobject number
Public propertyText
A message in the owners own language.
Top
See Also