CustomerReviewWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class CustomerReviewWeb : DataContractEntityWeb
The CustomerReviewWeb type exposes the following members.
Name | Description | |
---|---|---|
![]() | CustomerReviewWeb |
Name | Description | |
---|---|---|
![]() | Arrival |
If customer review is attached to rental agreement this is start date of the agreement. If not, start date is null
|
![]() | CreatedByCustomer |
If ReviewType=Customer and not IsAnonymous - otherwise null.
|
![]() | CreatedByEmployee |
If ReviewType=Employee and not IsAnonymous - otherwise null.
|
![]() | CreatedByOwner |
If ReviewType=Owner and not isAnonymous - otherwise null.
|
![]() | CreatedDate |
The date this customer review was created
|
![]() | CustomerProfileId |
A unique identifier for the customer (GUID)
|
![]() | Departure |
If customer review is attached to rental agreement this is end date of the agreement. If not, end date is null
|
![]() | Grades |
Grades
|
![]() | Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) |
![]() | IsAnonymous |
If true then the customers name and address is not showed on web
|
![]() | LanguageCode |
The original language code the customer entered this customer review in
|
![]() | OrderNo |
Unique order number identifing both order number and possible invoice number.
The format is orderNo-invoiceNo for example: 15487-4871211.
For the id of draft lines only order number is necessary, for example 15487.
|
![]() | RentalAgreementId |
Id of the associated rentalagreement if there is one
|
![]() | RentalObjectNo |
The rental object no this customer review is for
|
![]() | Replies |
Text
|
![]() | ReviewState |
Customer review state, if the state is new or deleted it is not shown to the customer
|
![]() | ReviewType |
Customer review type - from customer (regular), owner (independent "reply" from owner) or employee (independent "reply" from employee).
|
![]() | Texts |
Texts. The text entered by the customer for the review and eventually translations of this text.
|