Represents category for a persons More...
Inherits IEquatable< System::SharedPtr< Aspose::Email::PersonalInfo::AssociatedPersonCategory > >.
Public Member Functions | |
System::String | get_Value () const |
Gets category of a person More... | |
System::String | get_Description () const |
Gets description for the 'Custom' category of a person More... | |
AssociatedPersonCategory (System::String value, System::String description) | |
Initializes a new instance of the AssociatedPersonCategory class with 'Custom' category. More... | |
AssociatedPersonCategory (System::String description) | |
Initializes a new instance of the AssociatedPersonCategory class with 'Custom' category. More... | |
int32_t | GetHashCode () const override |
GetHashCode returns a hash function for this object. More... | |
bool | Equals (System::SharedPtr< System::Object > obj) override |
Determines whether the specified Object is equal to the current Object. More... | |
bool | Equals (System::SharedPtr< AssociatedPersonCategory > other) override |
Determines whether the specified object is equal to the current object. More... | |
System::String | ToString () const override |
Returns a string that represents the current object. More... | |
Static Public Member Functions | |
static System::SharedPtr< AssociatedPersonCategory > | get_Spouse () |
Spouse More... | |
static System::SharedPtr< AssociatedPersonCategory > | get_Child () |
Child More... | |
static System::SharedPtr< AssociatedPersonCategory > | get_Mother () |
Mother More... | |
static System::SharedPtr< AssociatedPersonCategory > | get_Father () |
Father More... | |
static System::SharedPtr< AssociatedPersonCategory > | get_Parent () |
Parent More... | |
static System::SharedPtr< AssociatedPersonCategory > | get_Brother () |
Brother More... | |
static System::SharedPtr< AssociatedPersonCategory > | get_Sister () |
Sister More... | |
static System::SharedPtr< AssociatedPersonCategory > | get_Friend () |
Friend More... | |
static System::SharedPtr< AssociatedPersonCategory > | get_Relative () |
Relative More... | |
static System::SharedPtr< AssociatedPersonCategory > | get_Manager () |
Manager More... | |
static System::SharedPtr< AssociatedPersonCategory > | get_Assistant () |
Assistant More... | |
static System::SharedPtr< AssociatedPersonCategory > | get_ReferredBy () |
Referred by More... | |
static System::SharedPtr< AssociatedPersonCategory > | get_Partner () |
Partner More... | |
static System::SharedPtr< AssociatedPersonCategory > | get_DomesticPartner () |
Domestic partner More... | |
static System::SharedPtr< AssociatedPersonCategory > | get_Custom () |
Custom category with empty description More... | |
Static Public Attributes | |
static const System::String | SpouseValue |
String value for 'Spouse' category More... | |
static const System::String | ChildValue |
String value for 'Child' category More... | |
static const System::String | MotherValue |
String value for 'Mother' category More... | |
static const System::String | FatherValue |
String value for 'Father' category More... | |
static const System::String | ParentValue |
String value for 'Parent' category More... | |
static const System::String | BrotherValue |
String value for 'Brother' category More... | |
static const System::String | SisterValue |
String value for 'Sister' category More... | |
static const System::String | FriendValue |
String value for 'Friend' category More... | |
static const System::String | RelativeValue |
String value for 'Relative' category More... | |
static const System::String | ManagerValue |
String value for 'Manager' category More... | |
static const System::String | AssistantValue |
String value for 'Assistant' category More... | |
static const System::String | ReferredByValue |
String value for 'ReferredBy' category More... | |
static const System::String | PartnerValue |
String value for 'Partner' category More... | |
static const System::String | DomesticPartnerValue |
String value for 'DomesticPartner' category More... | |
static const System::String | CustomValue |
String value for 'Custom' category More... | |
Friends | |
bool | operator== (System::SharedPtr< AssociatedPersonCategory > a, System::SharedPtr< AssociatedPersonCategory > b) |
bool | operator!= (System::SharedPtr< AssociatedPersonCategory > a, System::SharedPtr< AssociatedPersonCategory > b) |
Represents category for a persons
Aspose::Email::PersonalInfo::AssociatedPersonCategory::AssociatedPersonCategory | ( | System::String | value, |
System::String | description | ||
) |
Initializes a new instance of the AssociatedPersonCategory class with 'Custom' category.
value | Person category |
description | Description for the 'Custom' category of a person |
Aspose::Email::PersonalInfo::AssociatedPersonCategory::AssociatedPersonCategory | ( | System::String | description | ) |
Initializes a new instance of the AssociatedPersonCategory class with 'Custom' category.
description | Description for the 'Custom' category of a person |
|
override |
Determines whether the specified object is equal to the current object.
other | The object to compare with the current object. |
|
override |
Determines whether the specified Object is equal to the current Object.
obj | The Object to compare with the current Object. |
|
static |
Assistant
|
static |
Brother
|
static |
Child
|
static |
Custom category with empty description
System::String Aspose::Email::PersonalInfo::AssociatedPersonCategory::get_Description | ( | ) | const |
Gets description for the 'Custom' category of a person
|
static |
Domestic partner
|
static |
Father
|
static |
Friend
|
static |
Manager
|
static |
Mother
|
static |
Parent
|
static |
Partner
|
static |
Referred by
|
static |
Relative
|
static |
Sister
|
static |
Spouse
System::String Aspose::Email::PersonalInfo::AssociatedPersonCategory::get_Value | ( | ) | const |
Gets category of a person
|
override |
GetHashCode returns a hash function for this object.
|
override |
Returns a string that represents the current object.
|
friend |
|
friend |
|
static |
String value for 'Assistant' category
|
static |
String value for 'Brother' category
|
static |
String value for 'Child' category
|
static |
String value for 'Custom' category
|
static |
String value for 'DomesticPartner' category
|
static |
String value for 'Father' category
|
static |
String value for 'Friend' category
|
static |
String value for 'Manager' category
|
static |
String value for 'Mother' category
|
static |
String value for 'Parent' category
|
static |
String value for 'Partner' category
|
static |
String value for 'ReferredBy' category
|
static |
String value for 'Relative' category
|
static |
String value for 'Sister' category
|
static |
String value for 'Spouse' category