Table of Contents

Class GoogleContactExportRow

Namespace
SunamoCsv.Data
Assembly
SunamoCsv.dll

Represents a single row from Google Contacts export CSV file

public class GoogleContactExportRow : INotifyPropertyChanged
Inheritance
GoogleContactExportRow
Implements
Inherited Members
Extension Methods

Properties

AdditionalName

Gets or sets the additional name (middle name)

public string AdditionalName { get; set; }

Property Value

string

AdditionalNameYomi

Gets or sets the phonetic additional name (Yomi)

public string AdditionalNameYomi { get; set; }

Property Value

string

Address1City

Gets or sets the address city

public string Address1City { get; set; }

Property Value

string

Address1Country

Gets or sets the address country

public string Address1Country { get; set; }

Property Value

string

Address1ExtendedAddress

Gets or sets the address extended information

public string Address1ExtendedAddress { get; set; }

Property Value

string

Address1Formatted

Gets or sets the formatted address

public string Address1Formatted { get; set; }

Property Value

string

Address1POBox

Gets or sets the address PO Box

public string Address1POBox { get; set; }

Property Value

string

Address1PostalCode

Gets or sets the address postal code

public string Address1PostalCode { get; set; }

Property Value

string

Address1Region

Gets or sets the address region

public string Address1Region { get; set; }

Property Value

string

Address1Street

Gets or sets the address street

public string Address1Street { get; set; }

Property Value

string

Address1Type

Gets or sets the address type

public string Address1Type { get; set; }

Property Value

string

BillingInformation

Gets or sets the billing information

public string BillingInformation { get; set; }

Property Value

string

Birthday

Gets or sets the birthday

public string Birthday { get; set; }

Property Value

string

CustomField1Type

Gets or sets the first custom field type

public string CustomField1Type { get; set; }

Property Value

string

CustomField1Value

Gets or sets the first custom field value

public string CustomField1Value { get; set; }

Property Value

string

CustomField2Type

Gets or sets the second custom field type

public string CustomField2Type { get; set; }

Property Value

string

CustomField2Value

Gets or sets the second custom field value

public string CustomField2Value { get; set; }

Property Value

string

DirectoryServer

Gets or sets the directory server

public string DirectoryServer { get; set; }

Property Value

string

EMail1Type

Gets or sets the email type

public string EMail1Type { get; set; }

Property Value

string

EMail1Value

Gets or sets the email value

public string EMail1Value { get; set; }

Property Value

string

FamilyName

Gets or sets the family name (last name)

public string FamilyName { get; set; }

Property Value

string

FamilyNameYomi

Gets or sets the phonetic family name (Yomi)

public string FamilyNameYomi { get; set; }

Property Value

string

Gender

Gets or sets the gender

public string Gender { get; set; }

Property Value

string

GivenName

Gets or sets the given name (first name)

public string GivenName { get; set; }

Property Value

string

GivenNameYomi

Gets or sets the phonetic given name (Yomi)

public string GivenNameYomi { get; set; }

Property Value

string

GroupMembership

Gets or sets the group membership

public string GroupMembership { get; set; }

Property Value

string

Hobby

Gets or sets the hobby

public string Hobby { get; set; }

Property Value

string

Initials

Gets or sets the initials

public string Initials { get; set; }

Property Value

string

Language

Gets or sets the language

public string Language { get; set; }

Property Value

string

Location

Gets or sets the location

public string Location { get; set; }

Property Value

string

MaidenName

Gets or sets the maiden name

public string MaidenName { get; set; }

Property Value

string

Mileage

Gets or sets the mileage

public string Mileage { get; set; }

Property Value

string

Name

Gets or sets the full name

public string Name { get; set; }

Property Value

string

NamePrefix

Gets or sets the name prefix (e.g., Mr., Dr.)

public string NamePrefix { get; set; }

Property Value

string

NameSuffix

Gets or sets the name suffix (e.g., Jr., Sr.)

public string NameSuffix { get; set; }

Property Value

string

Nickname

Gets or sets the nickname

public string Nickname { get; set; }

Property Value

string

Notes

Gets or sets the notes

public string Notes { get; set; }

Property Value

string

Occupation

Gets or sets the occupation

public string Occupation { get; set; }

Property Value

string

Organization1Department

Gets or sets the organization department

public string Organization1Department { get; set; }

Property Value

string

Organization1JobDescription

Gets or sets the organization job description

public string Organization1JobDescription { get; set; }

Property Value

string

Organization1Location

Gets or sets the organization location

public string Organization1Location { get; set; }

Property Value

string

Organization1Name

Gets or sets the organization name

public string Organization1Name { get; set; }

Property Value

string

Organization1Symbol

Gets or sets the organization symbol

public string Organization1Symbol { get; set; }

Property Value

string

Organization1Title

Gets or sets the organization title/position

public string Organization1Title { get; set; }

Property Value

string

Organization1Type

Gets or sets the organization type

public string Organization1Type { get; set; }

Property Value

string

Organization1YomiName

Gets or sets the phonetic organization name (Yomi)

public string Organization1YomiName { get; set; }

Property Value

string

Phone1Type

Gets or sets the phone type

public string Phone1Type { get; set; }

Property Value

string

Phone1Value

Gets or sets the phone number

public string Phone1Value { get; set; }

Property Value

string

Photo

Gets or sets the photo

public string Photo { get; set; }

Property Value

string

Priority

Gets or sets the priority

public string Priority { get; set; }

Property Value

string

Sensitivity

Gets or sets the sensitivity level

public string Sensitivity { get; set; }

Property Value

string

ShortName

Gets or sets the short name

public string ShortName { get; set; }

Property Value

string

Subject

Gets or sets the subject

public string Subject { get; set; }

Property Value

string

Website1Type

Gets or sets the website type

public string Website1Type { get; set; }

Property Value

string

Website1Value

Gets or sets the website URL

public string Website1Value { get; set; }

Property Value

string

YomiName

Gets or sets the phonetic name (Yomi)

public string YomiName { get; set; }

Property Value

string

Events

PropertyChanged

Occurs when a property value changes

public event PropertyChangedEventHandler? PropertyChanged

Event Type

PropertyChangedEventHandler