Enum GenealogyType
An enumeration that represents the type that a Relationship's genealogy can have. Note that these typs are deliberately gender-neutral.
Namespace: TinyLife
Assembly: Tiny Life.dll
Syntax
public enum GenealogyType
Fields
Name | Description |
---|---|
Child | A genealogy type that represents a child of a Parent |
DistantlyRelated | A genealogy type that represents two people that are related by blood in some way, but not in any of the specified ways above |
Grandchild | A genealogy type that represents a grandchild of a Grandparent |
Grandparent | A genealogy type that represents a grandparent of a Grandchild |
Nibling | A genealogy type that represents a nibling (niece or nephew) of a Pibling |
Parent | A genealogy type that represents a parent of a Child |
Pibling | A genealogy type that represents a pibling (aunt or uncle) or a Nibling |
Sibling | A genealogy type that represents a sibling |
Unrelated | A genealogy type that represents two unrelated people |