Represents category for a URL More...
Inherits IEquatable< System::SharedPtr< Aspose::Email::PersonalInfo::UrlCategory > >.
Public Member Functions | |
| System::String | get_Value () const |
| Gets category of a URL More... | |
| System::String | get_Description () const |
| Gets description for the 'Custom' category of a URL More... | |
| UrlCategory (System::String value, System::String description) | |
| Initializes a new instance of the UrlCategory class with 'Custom' category. More... | |
| UrlCategory (System::String description) | |
| Initializes a new instance of the UrlCategory class with 'Custom' category. More... | |
| bool | Equals (System::SharedPtr< UrlCategory > other) override |
| Determines whether the specified object is equal to the current object. 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... | |
| System::String | ToString () const override |
| Returns a string that represents the current object. More... | |
Static Public Member Functions | |
| static System::SharedPtr< UrlCategory > | get_Profile () |
| Profile URL More... | |
| static System::SharedPtr< UrlCategory > | get_HomePage () |
| Home page URL More... | |
| static System::SharedPtr< UrlCategory > | get_Home () |
| Contact's home-related site. More... | |
| static System::SharedPtr< UrlCategory > | get_Work () |
| Contact's work-related site. More... | |
| static System::SharedPtr< UrlCategory > | get_Blog () |
| Blog URL More... | |
| static System::SharedPtr< UrlCategory > | get_Ftp () |
| Ftp URL More... | |
| static System::SharedPtr< UrlCategory > | get_Custom () |
| Custom page URL More... | |
Static Public Attributes | |
| static const System::String | ProfileValue |
| String value for 'Profile' category More... | |
| static const System::String | HomePageValue |
| String value for 'HomePage' category More... | |
| static const System::String | HomeValue |
| String value for 'Home' category More... | |
| static const System::String | WorkValue |
| String value for 'Work' category More... | |
| static const System::String | BlogValue |
| String value for 'Blog' category More... | |
| static const System::String | FtpValue |
| String value for 'Ftp' category More... | |
| static const System::String | CustomValue |
| String value for 'Custom' category More... | |
Friends | |
| bool | operator== (System::SharedPtr< UrlCategory > a, System::SharedPtr< UrlCategory > b) |
| bool | operator!= (System::SharedPtr< UrlCategory > a, System::SharedPtr< UrlCategory > b) |
Represents category for a URL
| Aspose::Email::PersonalInfo::UrlCategory::UrlCategory | ( | System::String | value, |
| System::String | description | ||
| ) |
Initializes a new instance of the UrlCategory class with 'Custom' category.
| value | URL category |
| description | Description for the 'Custom' category of a URL |
| Aspose::Email::PersonalInfo::UrlCategory::UrlCategory | ( | System::String | description | ) |
Initializes a new instance of the UrlCategory class with 'Custom' category.
| description | Description for the 'Custom' category of a URL |
|
override |
Determines whether the specified Object is equal to the current Object.
| obj | The Object to compare with the current Object. |
|
override |
Determines whether the specified object is equal to the current object.
| other | The object to compare with the current object. |
|
static |
Blog URL
|
static |
Custom page URL
| System::String Aspose::Email::PersonalInfo::UrlCategory::get_Description | ( | ) | const |
Gets description for the 'Custom' category of a URL
|
static |
Ftp URL
|
static |
Contact's home-related site.
|
static |
Home page URL
|
static |
Profile URL
| System::String Aspose::Email::PersonalInfo::UrlCategory::get_Value | ( | ) | const |
Gets category of a URL
|
static |
Contact's work-related site.
|
override |
GetHashCode returns a hash function for this object.
|
override |
Returns a string that represents the current object.
|
friend |
|
friend |
|
static |
String value for 'Blog' category
|
static |
String value for 'Custom' category
|
static |
String value for 'Ftp' category
|
static |
String value for 'HomePage' category
|
static |
String value for 'Home' category
|
static |
String value for 'Profile' category
|
static |
String value for 'Work' category