Click or drag to resize

ShortStayRuleWeb Class

Data class for a web vacation type rule for short stay a.k.a. "Mini vacation"
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsShortStayRuleWeb

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 ShortStayRuleWeb : DataContractBase

The ShortStayRuleWeb type exposes the following members.

Constructors
  NameDescription
Public methodShortStayRuleWeb
Top
Properties
  NameDescription
Public propertyDays
The amount of days allowed by this rule.
Public propertyRate
Percentage addition to the total price per day if the length of the shortstay is Days. Total price = ("week price" / 7) * Days * (1 + Rate/100)
Top
See Also