Table of Contents

Enum GenealogyType

Namespace
TinyLife
Assembly
Tiny Life.dll

An enumeration that represents the type that a Relationship's genealogy can have. Note that these typs are deliberately gender-neutral.

public enum GenealogyType
Extension Methods

Fields

Child = 2

A genealogy type that represents a child of a Parent

Cousin = 8

A genealogy type that represents a cousin.

DistantlyRelated = 1000

A genealogy type that represents that two people are related, but not in any way listed above.

Grandchild = 7

A genealogy type that represents a grandchild of a Grandparent

Grandparent = 6

A genealogy type that represents a grandparent of a Grandchild

Nibling = 4

A genealogy type that represents a nibling (niece or nephew) of a Pibling

Parent = 1

A genealogy type that represents a parent of a Child

Pibling = 5

A genealogy type that represents a pibling (aunt or uncle) or a Nibling

Sibling = 3

A genealogy type that represents a sibling

Unrelated = 0

A genealogy type that represents two unrelated people