The vCardPhone type exposes the following members.
Constructors
Name | Description | |
---|---|---|
vCardPhone()()()() |
Creates a new vCardPhone object.
| |
vCardPhone(String) |
Creates a new vCardPhone object with the specified number.
| |
vCardPhone(String, vCardPhoneTypes) |
Creates a new vCardPhone with the specified number and subtype.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
FullNumber |
The full telephone number.
| |
IsBBS |
Indicates a BBS number.
| |
IsCar |
Indicates a car number.
| |
IsCellular |
Indicates a cellular number.
| |
IsFax |
Indicates a fax number.
| |
IsHome |
Indicates a home number.
| |
IsISDN |
Indicates an ISDN number.
| |
IsMessagingService |
Indicates a messaging service number.
| |
IsModem |
Indicates a modem number.
| |
IsPager |
Indicates a pager number.
| |
IsPreferred |
Indicates a preferred number.
| |
IsVideo |
Indicates a video number.
| |
IsVoice |
Indicates a voice number.
| |
IsWork |
Indicates a work number.
| |
PhoneType |
The phone subtype.
|