PostalAddressCategory
Contents
[
Hide
]PostalAddressCategory class
Represents category for a postal address
Constructors
| Name | Description |
|---|---|
| PostalAddressCategory (2 overloads) | Initializes a new instance of the PostalAddressCategory class with ‘Custom’ category. |
Methods
| Name | Description |
|---|---|
| Equals (2 overloads) | Determines whether the specified object is equal to the current object. |
| get_Custom | Defines a type of an address as an address of type other. |
| get_Description | Gets description for the ‘Custom’ category of a postal address |
| get_Home | Defines a type of an address as a home address. |
| get_Value | Gets category of a postal address |
| get_Work | Defines a type of an address as a work address. |
| 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. |
| CustomValue | String value for ‘Custom’ category |
| HomeValue | String value for ‘Home’ category |
| WorkValue | String value for ‘Work’ category |