EventCategory

EventCategory class

Represents category for an event

Constructors

NameDescription
EventCategory (2 overloads)Initializes a new instance of the EventCategory class with ‘Custom’ category.

Methods

NameDescription
Equals (2 overloads)Determines whether the specified object is equal to the current object.
get_AnniversaryAnniversary
get_BirthdayBirthday
get_CustomCustom description
get_DescriptionGets description for the ‘Custom’ category of an event
get_ValueGets string representation of an event category
GetHashCodeGetHashCode returns a hash function for this object.
ToStringReturns a string that represents the current object.
operator!=Determines whether the specified objects are not equal.
operator==Determines whether the specified objects are equal.
AnniversaryValueString value for ‘Anniversary’ category
BirthdayValueString value for ‘Birthday’ category
CustomValueString value for ‘Custom’ category