Click or drag to resize

AgeIntervalWeb Class

[Missing <summary> documentation for "T:Tse.EasyBook.Server.DataContracts.AgeIntervalWeb"]

Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsAgeIntervalWeb

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

The AgeIntervalWeb type exposes the following members.

Constructors
  NameDescription
Public methodAgeIntervalWeb
Top
Properties
  NameDescription
Public propertyEndAge
Maximum age limit for the age interval.. null will be considered as no upper age limit..
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyName
Name of the age interval.. eg. Child, TeenAger, MiddelAged, OldAged.. etc..
Public propertyStartAge
Starting limit for the age limit
Top
See Also