AssociatedPersonCategory Class

Represents category for a persons
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfoAssociatedPersonCategory

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[SerializableAttribute]
public class AssociatedPersonCategory : IEquatable<AssociatedPersonCategory>

The AssociatedPersonCategory type exposes the following members.

Constructors
  NameDescription
Public methodAssociatedPersonCategory
Initializes a new instance of the AssociatedPersonCategory class with 'Custom' category.
Properties
  NameDescription
Public propertyStatic memberAssistant
Assistant
Public propertyStatic memberBrother
Brother
Public propertyStatic memberChild
Child
Public propertyStatic memberCustom
Custom category with empty description
Public propertyDescription
Gets description for the 'Custom' category of a person
Public propertyStatic memberDomesticPartner
Domestic partner
Public propertyStatic memberFather
Father
Public propertyStatic memberFriend
Friend
Public propertyStatic memberManager
Manager
Public propertyStatic memberMother
Mother
Public propertyStatic memberParent
Parent
Public propertyStatic memberPartner
Partner
Public propertyStatic memberReferredBy
Referred by
Public propertyStatic memberRelative
Relative
Public propertyStatic memberSister
Sister
Public propertyStatic memberSpouse
Spouse
Public propertyValue
Gets category of a person
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(AssociatedPersonCategory)
Determines whether the specified object is equal to the current object.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
GetHashCode returns a hash function for this object.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether the specified objects are equal.
Public operatorStatic memberInequality
Determines whether the specified objects are not equal.
Fields
  NameDescription
Public fieldStatic memberAssistantValue
String value for 'Assistant' category
Public fieldStatic memberBrotherValue
String value for 'Brother' category
Public fieldStatic memberChildValue
String value for 'Child' category
Public fieldStatic memberCustomValue
String value for 'Custom' category
Public fieldStatic memberDomesticPartnerValue
String value for 'DomesticPartner' category
Public fieldStatic memberFatherValue
String value for 'Father' category
Public fieldStatic memberFriendValue
String value for 'Friend' category
Public fieldStatic memberManagerValue
String value for 'Manager' category
Public fieldStatic memberMotherValue
String value for 'Mother' category
Public fieldStatic memberParentValue
String value for 'Parent' category
Public fieldStatic memberPartnerValue
String value for 'Partner' category
Public fieldStatic memberReferredByValue
String value for 'ReferredBy' category
Public fieldStatic memberRelativeValue
String value for 'Relative' category
Public fieldStatic memberSisterValue
String value for 'Sister' category
Public fieldStatic memberSpouseValue
String value for 'Spouse' category
See Also