MeCard
MeCard class
Represents MeCard standard contact details.
public sealed class MeCard
Constructors
Name |
Description |
MeCard() |
Creates MeCard instance with default values. |
Properties
Name |
Description |
Address { get; set; } |
Gets or sets Home Address properties. This property is not initialized by default. |
AltPhone { get; set; } |
Gets or sets alternative phone number. |
BirthDay { get; set; } |
Gets or sets contact birthday. |
Email { get; set; } |
Gets or sets contact email. |
Name { get; set; } |
Gets or sets contact Name. |
Nickname { get; set; } |
Gets or sets contact Nickname. |
Note { get; set; } |
Gets or sets Note (Company) of contact. |
Phone { get; set; } |
Gets or sets phone number. |
Reading { get; set; } |
Gets or sets reading of name. |
Url { get; set; } |
Gets or sets URL. |
Methods
Name |
Description |
override Equals(object) |
Overwrites Equals method to compare MeCard properties |
override GetHashCode() |
Overrides GetHashCode method |
See Also