ContactInfo Class |
Namespace: Opait.Barcoder.QRCode
public class ContactInfo
The ContactInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ContactInfo |
Initializes a new instance of the ContactInfo class.
| |
| ContactInfo(ContactFormat, String, String) |
Initializes a new instance of the ContactInfo class.
|
| Name | Description | |
|---|---|---|
| Birthday |
Gets or sets the optional birthday.
| |
| City |
Gets or sets the city name.
| |
| Country |
Gets or sets the country name.
| |
Gets or sets the email address.
| ||
| FaxNumber |
Gets or sets a FAX number.
| |
| FirstName |
Gets or sets the first name.
| |
| Format |
Gets or sets the format for encoding contact info.
| |
| LastName |
Gets or sets the last name.
| |
| Memo |
Gets or sets an optional note/memo text.
| |
| MobilePhone |
Gets or sets the mobile phone number.
| |
| NickName |
Gets or sets the nick name for the contact.
| |
| Organization |
Gets or sets the name of the organization.
| |
| State |
Gets or sets the state/region name.
| |
| Street |
Gets or sets the street name and number.
| |
| Title |
Gets or sets the title of the contact.
| |
| Website |
Gets or sets the URL of the website.
| |
| WorkPhone |
Gets or sets the work phone number.
| |
| Zip |
Gets or sets the ZIP/postal code name.
|
| Name | Description | |
|---|---|---|
| ToString |
Formats the payload as input string to the encoder.
(Overrides ObjectToString.) |