class DontMergeEntry - jcobban/Genealogy GitHub Wiki

Up: Object-Oriented Access to Database Records

Source Code

This class is derived from Record to implement the logical interface to a record in the DontMergeEntry table (DontMergeEntries or tblDM). Each entry in this table contains the description of a pair of Persons who should never be merged even though they look very similar.

Fields

This record presents the following fields:

name description synonyms
'idirleft' first idir
'idirright' second idir
'left.givenname given name of first person lgivenname
'left.surname surname of first person lsurname
'left.birthdate birth date of first person lbirthdate
'left.deathdate death date of first person ldeathdate
'left.fieldname any fieldname of first person lfieldname
'right.givenname given name of second person rgivenname
'right.surname surname of second person rsurname
'right.birthdate birth date of second person rbirthdate
'right.deathdate death date of second person rdeathdate
'right.fieldname any fieldname of second person rfieldname

This is viewed by the Do Not Merge Individuals List Dialog.

Table of Contents

Next: new DontMergeEntry($parms)