Class GoogleContactExportRow
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
AdditionalNameYomi
Gets or sets the phonetic additional name (Yomi)
public string AdditionalNameYomi { get; set; }
Property Value
Address1City
Gets or sets the address city
public string Address1City { get; set; }
Property Value
Address1Country
Gets or sets the address country
public string Address1Country { get; set; }
Property Value
Address1ExtendedAddress
Gets or sets the address extended information
public string Address1ExtendedAddress { get; set; }
Property Value
Address1Formatted
Gets or sets the formatted address
public string Address1Formatted { get; set; }
Property Value
Address1POBox
Gets or sets the address PO Box
public string Address1POBox { get; set; }
Property Value
Address1PostalCode
Gets or sets the address postal code
public string Address1PostalCode { get; set; }
Property Value
Address1Region
Gets or sets the address region
public string Address1Region { get; set; }
Property Value
Address1Street
Gets or sets the address street
public string Address1Street { get; set; }
Property Value
Address1Type
Gets or sets the address type
public string Address1Type { get; set; }
Property Value
BillingInformation
Gets or sets the billing information
public string BillingInformation { get; set; }
Property Value
Birthday
Gets or sets the birthday
public string Birthday { get; set; }
Property Value
CustomField1Type
Gets or sets the first custom field type
public string CustomField1Type { get; set; }
Property Value
CustomField1Value
Gets or sets the first custom field value
public string CustomField1Value { get; set; }
Property Value
CustomField2Type
Gets or sets the second custom field type
public string CustomField2Type { get; set; }
Property Value
CustomField2Value
Gets or sets the second custom field value
public string CustomField2Value { get; set; }
Property Value
DirectoryServer
Gets or sets the directory server
public string DirectoryServer { get; set; }
Property Value
EMail1Type
Gets or sets the email type
public string EMail1Type { get; set; }
Property Value
EMail1Value
Gets or sets the email value
public string EMail1Value { get; set; }
Property Value
FamilyName
Gets or sets the family name (last name)
public string FamilyName { get; set; }
Property Value
FamilyNameYomi
Gets or sets the phonetic family name (Yomi)
public string FamilyNameYomi { get; set; }
Property Value
Gender
Gets or sets the gender
public string Gender { get; set; }
Property Value
GivenName
Gets or sets the given name (first name)
public string GivenName { get; set; }
Property Value
GivenNameYomi
Gets or sets the phonetic given name (Yomi)
public string GivenNameYomi { get; set; }
Property Value
GroupMembership
Gets or sets the group membership
public string GroupMembership { get; set; }
Property Value
Hobby
Gets or sets the hobby
public string Hobby { get; set; }
Property Value
Initials
Gets or sets the initials
public string Initials { get; set; }
Property Value
Language
Gets or sets the language
public string Language { get; set; }
Property Value
Location
Gets or sets the location
public string Location { get; set; }
Property Value
MaidenName
Gets or sets the maiden name
public string MaidenName { get; set; }
Property Value
Mileage
Gets or sets the mileage
public string Mileage { get; set; }
Property Value
Name
Gets or sets the full name
public string Name { get; set; }
Property Value
NamePrefix
Gets or sets the name prefix (e.g., Mr., Dr.)
public string NamePrefix { get; set; }
Property Value
NameSuffix
Gets or sets the name suffix (e.g., Jr., Sr.)
public string NameSuffix { get; set; }
Property Value
Nickname
Gets or sets the nickname
public string Nickname { get; set; }
Property Value
Notes
Gets or sets the notes
public string Notes { get; set; }
Property Value
Occupation
Gets or sets the occupation
public string Occupation { get; set; }
Property Value
Organization1Department
Gets or sets the organization department
public string Organization1Department { get; set; }
Property Value
Organization1JobDescription
Gets or sets the organization job description
public string Organization1JobDescription { get; set; }
Property Value
Organization1Location
Gets or sets the organization location
public string Organization1Location { get; set; }
Property Value
Organization1Name
Gets or sets the organization name
public string Organization1Name { get; set; }
Property Value
Organization1Symbol
Gets or sets the organization symbol
public string Organization1Symbol { get; set; }
Property Value
Organization1Title
Gets or sets the organization title/position
public string Organization1Title { get; set; }
Property Value
Organization1Type
Gets or sets the organization type
public string Organization1Type { get; set; }
Property Value
Organization1YomiName
Gets or sets the phonetic organization name (Yomi)
public string Organization1YomiName { get; set; }
Property Value
Phone1Type
Gets or sets the phone type
public string Phone1Type { get; set; }
Property Value
Phone1Value
Gets or sets the phone number
public string Phone1Value { get; set; }
Property Value
Photo
Gets or sets the photo
public string Photo { get; set; }
Property Value
Priority
Gets or sets the priority
public string Priority { get; set; }
Property Value
Sensitivity
Gets or sets the sensitivity level
public string Sensitivity { get; set; }
Property Value
ShortName
Gets or sets the short name
public string ShortName { get; set; }
Property Value
Subject
Gets or sets the subject
public string Subject { get; set; }
Property Value
Website1Type
Gets or sets the website type
public string Website1Type { get; set; }
Property Value
Website1Value
Gets or sets the website URL
public string Website1Value { get; set; }
Property Value
YomiName
Gets or sets the phonetic name (Yomi)
public string YomiName { get; set; }
Property Value
Events
PropertyChanged
Occurs when a property value changes
public event PropertyChangedEventHandler? PropertyChanged