AssociatedPersonCategory
AssociatedPersonCategory class
Represents category for a persons
public class AssociatedPersonCategory : IEquatable<AssociatedPersonCategory>
Constructors
Properties
Name |
Description |
static Assistant { get; } |
Assistant |
static Brother { get; } |
Brother |
static Child { get; } |
Child |
static Custom { get; } |
Custom category with empty description |
static DomesticPartner { get; } |
Domestic partner |
static Father { get; } |
Father |
static Friend { get; } |
Friend |
static Manager { get; } |
Manager |
static Mother { get; } |
Mother |
static Parent { get; } |
Parent |
static Partner { get; } |
Partner |
static ReferredBy { get; } |
Referred by |
static Relative { get; } |
Relative |
static Sister { get; } |
Sister |
static Spouse { get; } |
Spouse |
Description { get; } |
Gets description for the ‘Custom’ category of a person |
Value { get; } |
Gets category of a person |
Methods
Name |
Description |
virtual Equals(AssociatedPersonCategory) |
Determines whether the specified object is equal to the current object. |
override Equals(object) |
Determines whether the specified Object is equal to the current Object. |
override GetHashCode() |
GetHashCode returns a hash function for this object. |
override ToString() |
Returns a string that represents the current object. |
operator == |
Determines whether the specified objects are equal. |
operator != |
Determines whether the specified objects are not equal. |
Fields
See Also