Table of Contents

Enum AgeGroup

Namespace
TinyLife.Objects
Assembly
Tiny Life.dll

A flags enumeration that represents the age groups a Person can have. Since this enumeration has the FlagsAttribute, multiple age groups can be combined into one value.

[Flags]
public enum AgeGroup
Extension Methods

Fields

Adult = 32

An age group that represents adults

Baby = 1

An age group that represents babies

Child = 4

An age group that represents children