PhoneNumberCategory
Contents
[
Hide
]PhoneNumberCategory class
Represents category for a phone number
Constructors
| Name | Description |
|---|---|
| PhoneNumberCategory (2 overloads) | Initializes a new instance of the PhoneNumberCategory class with ‘Custom’ category. |
Methods
| Name | Description |
|---|---|
| Equals (2 overloads) | Determines whether the specified object is equal to the current object. |
| get_Assistant | Assistant phone number |
| get_Callback | Callback phone number |
| get_Car | Car phone number |
| get_Company | Company phone number |
| get_Custom | Custom phone category |
| get_Description | Gets description for the ‘Custom’ category of a phone number |
| get_Fax | Fax number |
| get_Home | Home phone number |
| get_HomeFax | Home fax number |
| get_Isdn | Isdn phone number |
| get_Mobile | Mobile phone number |
| get_Office | Office phone number |
| get_Pager | Pager number |
| get_Primary | Primary phone number |
| get_Radio | Radio phone number |
| get_Telex | Telex |
| get_TtyTdd | Tty/Tdd |
| get_Value | Gets category of a phone number |
| get_Work | Work phone number |
| get_WorkFax | Work fax number |
| GetHashCode | GetHashCode returns a hash function for this object. |
| ToString | Returns a string that represents the current object. |
| operator!= | Determines whether the specified objects are not equal. |
| operator== | Determines whether the specified objects are equal. |
| AssistantValue | String value for ‘Assistant’ category |
| CallbackValue | String value for ‘Callback’ category |
| CarValue | String value for ‘Car’ category |
| CompanyValue | String value for ‘Company’ category |
| CustomValue | String value for ‘Custom’ category |
| FaxValue | String value for ‘Fax’ category |
| HomeFaxValue | String value for ‘Fax’ category |
| HomeValue | String value for ‘Home’ category |
| IsdnValue | String value for ‘Isdn’ category |
| MobileValue | String value for ‘Mobile’ category |
| OfficeValue | String value for ‘Office’ category |
| PagerValue | String value for ‘Pager’ category |
| PrimaryValue | String value for ‘Primary’ category |
| RadioValue | String value for ‘Radio’ category |
| TelexValue | String value for ‘Telex’ category |
| TtyTddValue | String value for ‘TtyTdd’ category |
| WorkFaxValue | String value for ‘Fax’ category |
| WorkValue | String value for ‘Work’ category |