Constructors
| Name | Description | |
|---|---|---|
| Genealogy | Initializes a new instance of the Genealogy class |
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
| FromString |
Creates a new Genealogy object from a string created by ToString.
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString |
Returns a (Overrides |
Properties
| Name | Description | |
|---|---|---|
| BirthDate |
Gets the birth date, which is set automatically when the genome is created.
| |
| DeathDate |
Gets the death date, which is the date and time when the genome is removed from the live population.
| |
| MaternalName |
Gets or sets the name of the maternal parent, which helps prevent genomes from inbreeding.
| |
| PaternalName |
Gets or sets the name of the paternal parent, which helps prevent genomes from inbreeding.
|
See Also