Click or drag to resize

CustomerReviewWeb Class

Customer Review for the web client
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsCustomerReviewWeb

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

The CustomerReviewWeb type exposes the following members.

Constructors
  NameDescription
Public methodCustomerReviewWeb
Top
Properties
  NameDescription
Public propertyArrival
If customer review is attached to rental agreement this is start date of the agreement. If not, start date is null
Public propertyCreatedByCustomer
If ReviewType=Customer and not IsAnonymous - otherwise null.
Public propertyCreatedByEmployee
If ReviewType=Employee and not IsAnonymous - otherwise null.
Public propertyCreatedByOwner
If ReviewType=Owner and not isAnonymous - otherwise null.
Public propertyCreatedDate
The date this customer review was created
Public propertyCustomerProfileId
A unique identifier for the customer (GUID)
Public propertyDeparture
If customer review is attached to rental agreement this is end date of the agreement. If not, end date is null
Public propertyGrades
Grades
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyIsAnonymous
If true then the customers name and address is not showed on web
Public propertyLanguageCode
The original language code the customer entered this customer review in
Public propertyOrderNo
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.
Public propertyRentalAgreementId
Id of the associated rentalagreement if there is one
Public propertyRentalObjectNo
The rental object no this customer review is for
Public propertyReplies
Text
Public propertyReviewState
Customer review state, if the state is new or deleted it is not shown to the customer
Public propertyReviewType
Customer review type - from customer (regular), owner (independent "reply" from owner) or employee (independent "reply" from employee).
Public propertyTexts
Texts. The text entered by the customer for the review and eventually translations of this text.
Top
See Also