Click or drag to resize

AssessmentWeb Class

Data contract class for a rental object assessment. Assessments are used to calculate the rental object category.
Inheritance Hierarchy

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 AssessmentWeb : IntervalWeb

The AssessmentWeb type exposes the following members.

Constructors
  NameDescription
Public methodAssessmentWeb
Top
Properties
  NameDescription
Public propertyAssessmentCriteriaGrades
Assessment grades
Public propertyAverageGrade
Average grade of all assessment grades
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyLastInspection
Date of last inspection
Public propertyValidFrom
Start date
(Inherited from IntervalWeb.)
Public propertyValidTo
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.)
Top
Remarks
The resulting category is calculated by averaging all AssessmentCriteriaGradeWeb
See Also