class CountyMarriageReport - jcobban/Genealogy GitHub Wiki

class CountyMarriageReport

Up: Object-Oriented Access to Database Records

This class is derived from Record to implement the logical interface to a record in the CountyMarriageReport table (CountyMarriageReports). Each entry in this table contains the description of a Marriage Report as submitted annually by an officiant to the County Registrar prior to 1867.

Fields

This record presents the following fields:

name description synonyms
'm_regdomain' Domain identifier 'regdomain', 'domain'
'm_volume' Ontario Archives microfilm volume 'volume'
'm_reportno' report no 'reportno'
'm_page' page 'page'
'm_givennames' give nnames 'givennames'
'm_surname' surname 'surname'
'm_surnamesoundex' surname soundex 'surnamesoundex'
'm_faith' faith 'faith'
'm_residence' residence 'residence'
'm_image' image 'image'
'm_idir' link to family tree 'idir'
'm_remarks' remarks 'remarks'

Table of Contents

Next: new CountyMarriageReport($parms)