Click or drag to resize

PetFeeInterval Class

Pet fee interval.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsIntervalWeb
        Tse.EasyBook.Server.DataContractsPetFeeInterval

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

The PetFeeInterval type exposes the following members.

Constructors
  NameDescription
Public methodPetFeeInterval
Top
Properties
  NameDescription
Public propertyArticleNumber
Pet fee article number.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyPetFeePerPet
True if pet fee applies to each pet.
Public propertyPricePerWeek
True if the pet fee price is per week for the rental period otherwise false. If true, the pet fee price calculation is: WeeksFactor * price. The WeeksFactor is an integer number with the following values:
  • 1: The duration of the rental period is less than or equal to 7 days.
  • 2: The duration of the rental period is greater than 7 and less than or equal to 14 days.
  • 3: The duration of the rental period is greater than 14 and less than or equal to 21 days.
  • 4: The duration of the rental period is greater than 21 and less than or equal to 28 days.
  • ...
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
See Also