Click or drag to resize

AgeIntervalListItem Class

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

Inheritance Hierarchy
SystemObject
  DataContractBase
    DataContractEntity
      Tse.EasyBook.Server.DataContractsAgeIntervalListItem

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 AgeIntervalListItem : DataContractEntity

The AgeIntervalListItem type exposes the following members.

Constructors
  NameDescription
Public methodAgeIntervalListItem
Top
Properties
  NameDescription
Public propertyEndAge
Maximum age limit for the age interval.. null will be considered as no upper age limit..
Public propertyName
Name of the age interval.. eg. Child, TeenAger, MiddelAged, OldAged.. etc..
Public propertyStartAge
Starting limit for the age limit
Top
See Also