TheGeneGenieProject / GeneGenie.Gedcom

A .Net library for loading, saving, working with and analysing family trees stored in the GEDCOM format.
GNU Affero General Public License v3.0
52 stars 23 forks source link

Help understanding and implementing Spouse Sealings. #2

Closed RyanONeill1970 closed 7 years ago

RyanONeill1970 commented 7 years ago

GedcomIndividualRecord.cs has TODO markers on the unused variables 'lDSSpouseSealings' and 'lDSIndividualOrdinances'.

Sample GEDCOM files (or snippets) showing this data in use would be appreciated. If possible, unit tests.

grantwinney commented 7 years ago

Small point of clarification - the 'lDSIndividualOrdinances' variable is in the GedcomIndividualRecord.cs class.

RyanONeill1970 commented 7 years ago

Thanks, corrected.

RyanONeill1970 commented 7 years ago

Unless anyone else is going for this, I'll grab it myself. Should just be a case of a) Finding public sample files or b) Creating a sample file with Family Tree Maker (or other utility).