Click or drag to resize

PetFeeInterval Class

Pet fee interval.
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 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 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