AssociatedPersonCategory
Contents
[
Hide
]AssociatedPersonCategory class
Represents category for a persons
Constructors
| Name | Description |
|---|---|
| AssociatedPersonCategory (2 overloads) | Initializes a new instance of the AssociatedPersonCategory class with ‘Custom’ category. |
Methods
| Name | Description |
|---|---|
| Equals (2 overloads) | Determines whether the specified object is equal to the current object. |
| get_Assistant | Assistant |
| get_Brother | Brother |
| get_Child | Child |
| get_Custom | Custom category with empty description |
| get_Description | Gets description for the ‘Custom’ category of a person |
| get_DomesticPartner | Domestic partner |
| get_Father | Father |
| get_Friend | Friend |
| get_Manager | Manager |
| get_Mother | Mother |
| get_Parent | Parent |
| get_Partner | Partner |
| get_ReferredBy | Referred by |
| get_Relative | Relative |
| get_Sister | Sister |
| get_Spouse | Spouse |
| get_Value | Gets category of a person |
| 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 |
| BrotherValue | String value for ‘Brother’ category |
| ChildValue | String value for ‘Child’ category |
| CustomValue | String value for ‘Custom’ category |
| DomesticPartnerValue | String value for ‘DomesticPartner’ category |
| FatherValue | String value for ‘Father’ category |
| FriendValue | String value for ‘Friend’ category |
| ManagerValue | String value for ‘Manager’ category |
| MotherValue | String value for ‘Mother’ category |
| ParentValue | String value for ‘Parent’ category |
| PartnerValue | String value for ‘Partner’ category |
| ReferredByValue | String value for ‘ReferredBy’ category |
| RelativeValue | String value for ‘Relative’ category |
| SisterValue | String value for ‘Sister’ category |
| SpouseValue | String value for ‘Spouse’ category |