Enum GenealogyType
- Namespace
- TinyLife
- Assembly
- TinyLife.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
A genealogy type that represents two unrelated people
Parent = 1A genealogy type that represents a parent of a Child
Child = 2A genealogy type that represents a child of a Parent
Sibling = 3A genealogy type that represents a sibling
Nibling = 4A genealogy type that represents a nibling (niece or nephew) of a Pibling
Pibling = 5A genealogy type that represents a pibling (aunt or uncle) or a Nibling
Grandparent = 6A genealogy type that represents a grandparent of a Grandchild
Grandchild = 7A genealogy type that represents a grandchild of a Grandparent
Cousin = 8A genealogy type that represents a cousin.
DistantlyRelated = 1000A genealogy type that represents that two people are related, but not in any way listed above.