Click or drag to resize

TipWeb Class

Tip for the web client.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsTipWeb

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 TipWeb : DataContractEntityWeb

The TipWeb type exposes the following members.

Constructors
  NameDescription
Public methodTipWeb
Top
Properties
  NameDescription
Public propertyAgreement
If CreatedByCustomer is not null then this value is also not null and is a reference to the RentalAgreement where the customer made this tip.
Public propertyAreaId
The area id of the tip (optional).
Public propertyCreatedByCustomer
If this tip was created by a customer then a reference to the customer.
Public propertyCreatedByEmployee
If this tip was created by a employee then a reference to the employee.
Public propertyCreatedByOwner
If this tip was created by a owner then a reference to the owner.
Public propertyCreatedTimestamp
The date the tip was created.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyIsAnonymous
Is this tip anonymous?
Public propertyRegionId
The region id of the tip.
Public propertyRentalObjectNo
If CreatedByCustomer is not null then this value is also not null and is a reference to the RentalObjectNo where the customer made this tip.
Public propertyReply
The optional tip reply.
Public propertyText
The tip text.
Top
See Also