AssociatedPerson Class

Describes organization which is associated with a person.
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfoAssociatedPerson

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

The AssociatedPerson type exposes the following members.

Constructors
  NameDescription
Public methodAssociatedPerson
Initializes a new instance of the AssociatedPerson class
Properties
  NameDescription
Public propertyCategory
Gets or sets an object category
Public propertyName
Gets or sets a name of a person
Public propertyPrefered
Gets or sets a value which defines whether object is preferred.
Methods
  NameDescription
Public methodCompareTo
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.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(AssociatedPerson)
Determines whether the specified Object is equal to the current Object.
Public methodEquals(AssociatedPerson, AssociatedPerson)
Determines whether the specified object instances are considered equal.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
GetHashCode returns a hash function for this object.
(Overrides ObjectGetHashCode.)
Public methodGetHashCode(AssociatedPerson)
GetHashCode returns a hash function for specified object.
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.
See Also