Describes organization which is associated with a person. More...
Inherits IComparable< System::SharedPtr< AssociatedPerson > >, and IEquatable< System::SharedPtr< AssociatedPerson > >.
Public Member Functions | |
| bool | get_Prefered () const |
| Gets a value which defines whether object is preferred. More... | |
| void | set_Prefered (bool value) |
| Sets a value which defines whether object is preferred. More... | |
| System::SharedPtr< AssociatedPersonCategory > | get_Category () const |
| Gets an object category More... | |
| void | set_Category (System::SharedPtr< AssociatedPersonCategory > value) |
| Sets an object category More... | |
| System::String | get_Name () const |
| Gets a name of a person More... | |
| void | set_Name (System::String value) |
| Sets a name of a person More... | |
| int32_t | GetHashCode () const override |
| GetHashCode returns a hash function for this object. More... | |
| virtual int32_t | GetHashCode (System::SharedPtr< AssociatedPerson > obj) |
| GetHashCode returns a hash function for specified 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< AssociatedPerson > obj) override |
| Determines whether the specified Object is equal to the current Object. More... | |
| bool | Equals (System::SharedPtr< AssociatedPerson > x, System::SharedPtr< AssociatedPerson > y) |
| Determines whether the specified object instances are considered equal. More... | |
| int32_t | CompareTo (System::SharedPtr< AssociatedPerson > obj) override |
| Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. More... | |
| AssociatedPerson () | |
| System::String | ToString () const override |
| Returns a string that represents the current object. More... | |
Friends | |
| bool | operator== (System::SharedPtr< AssociatedPerson > a, System::SharedPtr< AssociatedPerson > b) |
| Determines whether the specified objects are equal. More... | |
| bool | operator!= (System::SharedPtr< AssociatedPerson > a, System::SharedPtr< AssociatedPerson > b) |
| Determines whether the specified objects are not equal. More... | |
Describes organization which is associated with a person.
| Aspose::Email::PersonalInfo::AssociatedPerson::AssociatedPerson | ( | ) |
|
override |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
| obj | An object to compare with this instance, or null. |
|
override |
Determines whether the specified Object is equal to the current Object.
| obj | The Object to compare with the current Object. |
| bool Aspose::Email::PersonalInfo::AssociatedPerson::Equals | ( | System::SharedPtr< AssociatedPerson > | x, |
| System::SharedPtr< AssociatedPerson > | y | ||
| ) |
Determines whether the specified object instances are considered equal.
| x | The first object to compare. |
| y | The second object to compare. |
|
override |
Determines whether the specified Object is equal to the current Object.
| obj | The Object to compare with the current Object. |
| System::SharedPtr<AssociatedPersonCategory> Aspose::Email::PersonalInfo::AssociatedPerson::get_Category | ( | ) | const |
Gets an object category
| System::String Aspose::Email::PersonalInfo::AssociatedPerson::get_Name | ( | ) | const |
Gets a name of a person
| bool Aspose::Email::PersonalInfo::AssociatedPerson::get_Prefered | ( | ) | const |
Gets a value which defines whether object is preferred.
|
override |
GetHashCode returns a hash function for this object.
|
virtual |
GetHashCode returns a hash function for specified object.
| obj | The Object for which a hash code is to be returned. |
| void Aspose::Email::PersonalInfo::AssociatedPerson::set_Category | ( | System::SharedPtr< AssociatedPersonCategory > | value | ) |
Sets an object category
| void Aspose::Email::PersonalInfo::AssociatedPerson::set_Name | ( | System::String | value | ) |
Sets a name of a person
| void Aspose::Email::PersonalInfo::AssociatedPerson::set_Prefered | ( | bool | value | ) |
Sets a value which defines whether object is preferred.
|
override |
Returns a string that represents the current object.
|
friend |
Determines whether the specified objects are not equal.
| a | First object to compare |
| b | Second object to compare |
|
friend |
Determines whether the specified objects are equal.
| a | First object to compare |
| b | Second object to compare |