fire-eggs / YAGP

"Yet Another GEDCOM Parser" - newer/faster/complete GEDCOM parser in C#
Apache License 2.0
9 stars 3 forks source link

Name display #33

Open fire-eggs opened 6 years ago

fire-eggs commented 6 years ago

As fallout from Issue #22 , somebody needs a displayname property to deal with displaying the name properly and with variants.

Which class: Person / IndiRecord / NameRec ?

Two basic display formats: "surname", "names" "names" "surname"

where "surname" == "surname suffix" and "names" == "prefix names".

Other variants?