TipWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class TipWeb : DataContractEntityWeb
The TipWeb type exposes the following members.
| Name | Description | |
|---|---|---|
| Agreement |
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.
| |
| AreaId |
The area id of the tip (optional).
| |
| CreatedByCustomer |
If this tip was created by a customer then a reference to the customer.
| |
| CreatedByEmployee |
If this tip was created by a employee then a reference to the employee.
| |
| CreatedByOwner |
If this tip was created by a owner then a reference to the owner.
| |
| CreatedTimestamp |
The date the tip was created.
| |
| Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) | |
| IsAnonymous |
Is this tip anonymous?
| |
| RegionId |
The region id of the tip.
| |
| RentalObjectNo |
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.
| |
| Reply |
The optional tip reply.
| |
| Text |
The tip text.
|