Represents category for an event More...
Inherits IEquatable< System::SharedPtr< Aspose::Email::PersonalInfo::EventCategory > >.
Public Member Functions | |
| System::String | get_Value () const |
| Gets string representation of an event category More... | |
| System::String | get_Description () const |
| Gets description for the 'Custom' category of an event More... | |
| EventCategory (System::String value, System::String description) | |
| Initializes a new instance of the EventCategory class with 'Custom' category. More... | |
| EventCategory (System::String description) | |
| Initializes a new instance of the 'Custom' EventCategory. More... | |
| int32_t | GetHashCode () const override |
| GetHashCode returns a hash function for this 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< EventCategory > other) override |
| Determines whether the specified object is equal to the current object. More... | |
| System::String | ToString () const override |
| Returns a string that represents the current object. More... | |
Static Public Member Functions | |
| static System::SharedPtr< EventCategory > | get_Birthday () |
| Birthday More... | |
| static System::SharedPtr< EventCategory > | get_Anniversary () |
| Anniversary More... | |
| static System::SharedPtr< EventCategory > | get_Custom () |
| Custom description More... | |
Static Public Attributes | |
| static const System::String | CustomValue |
| String value for 'Custom' category More... | |
| static const System::String | BirthdayValue |
| String value for 'Birthday' category More... | |
| static const System::String | AnniversaryValue |
| String value for 'Anniversary' category More... | |
Friends | |
| bool | operator== (System::SharedPtr< EventCategory > a, System::SharedPtr< EventCategory > b) |
| bool | operator!= (System::SharedPtr< EventCategory > a, System::SharedPtr< EventCategory > b) |
Represents category for an event
| Aspose::Email::PersonalInfo::EventCategory::EventCategory | ( | System::String | value, |
| System::String | description | ||
| ) |
Initializes a new instance of the EventCategory class with 'Custom' category.
| value | Event category |
| description | Description for the 'Custom' category of an event |
| Aspose::Email::PersonalInfo::EventCategory::EventCategory | ( | System::String | description | ) |
Initializes a new instance of the 'Custom' EventCategory.
| description | Description for the 'Custom' category of an event |
|
override |
Determines whether the specified object is equal to the current object.
| other | The object to compare with the current object. |
|
override |
Determines whether the specified Object is equal to the current Object.
| obj | The Object to compare with the current Object. |
|
static |
Anniversary
|
static |
Birthday
|
static |
Custom description
| System::String Aspose::Email::PersonalInfo::EventCategory::get_Description | ( | ) | const |
Gets description for the 'Custom' category of an event
| System::String Aspose::Email::PersonalInfo::EventCategory::get_Value | ( | ) | const |
Gets string representation of an event category
|
override |
GetHashCode returns a hash function for this object.
|
override |
Returns a string that represents the current object.
|
friend |
|
friend |
|
static |
String value for 'Anniversary' category
|
static |
String value for 'Birthday' category
|
static |
String value for 'Custom' category