Genealogy MembersModulus Evo2
OnlineModulus Evo2

The Genealogy type exposes the following members.
Constructors

  NameDescription
Public methodGenealogy
Initializes a new instance of the Genealogy class
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodStatic memberFromString
Creates a new Genealogy object from a string created by ToString.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodToString
Returns a OnlineString that represents this instance.
(Overrides OnlineObject ToString .)
Back to Top
Properties

  NameDescription
Public propertyBirthDate
Gets the birth date, which is set automatically when the genome is created.
Public propertyDeathDate
Gets the death date, which is the date and time when the genome is removed from the live population.
Public propertyMaternalName
Gets or sets the name of the maternal parent, which helps prevent genomes from inbreeding.
Public propertyPaternalName
Gets or sets the name of the paternal parent, which helps prevent genomes from inbreeding.
Back to Top
See Also