|
VRDR .NET
|
Class Connectathon provides static methods for generating records used in Connectathon testing, used in Canary and in the CLI tool
More...
Static Public Member Functions | |
| static DeathRecord | FromId (int id, int? certificateNumber=null, string state=null, int? year=null) |
| Generate a DeathRecord from one of 3 pre-set records, providing an optional certificate number and state | |
| static DeathRecord | TwilaHilty () |
| Generate the Twila Hilty example record | |
| static DeathRecord | FideliaAlsup () |
| Generate the Fidelia Alsup example record | |
| static DeathRecord | DavisLineberry () |
| Generate the Davis Lineberry example record | |
| static string | WriteRecordAsXml (DeathRecord record, string filename) |
| Of historical interest for writing a record to a file | |
Properties | |
| static DeathRecord[] | Records [get] |
| Retrieve all available pre-set records | |
Class Connectathon provides static methods for generating records used in Connectathon testing, used in Canary and in the CLI tool