Inherits Object.
Public Member Functions | |
bool | get_IsChanged () const |
Gets or set a value indicating whether the dictionary was changes More... | |
void | set_IsChanged (bool value) |
Gets or set a value indicating whether the dictionary was changes More... | |
System::SharedPtr< System::Collections::Generic::ListExt< System::String > > | get_Keys () const |
TrackingStringDictionary () | |
Initializes a new instance of TrackingStringDictionary class More... | |
TrackingStringDictionary (bool isReadOnly) | |
Initializes a new instance of TrackingStringDictionary class More... | |
bool | ContainsKey (System::String key) |
System::String | idx_get (System::String key) |
void | idx_set (System::String key, System::String value) |
void | Add (System::String key, System::String value) |
void | Clear () |
void | Remove (System::String key) |
void | ParseParameters (System::String headerValue, int32_t offset) |
Parses parameters from the given header value and adds them into dictionary More... | |
Friends | |
class | Aspose::Email::Mime::ContentDisposition |
class | Aspose::Email::Mime::ContentType |
Aspose::Email::Mime::TrackingStringDictionary::TrackingStringDictionary | ( | ) |
Initializes a new instance of TrackingStringDictionary class
Aspose::Email::Mime::TrackingStringDictionary::TrackingStringDictionary | ( | bool | isReadOnly | ) |
Initializes a new instance of TrackingStringDictionary class
isReadOnly | Specifies whether the dictionary is read-only |
void Aspose::Email::Mime::TrackingStringDictionary::Add | ( | System::String | key, |
System::String | value | ||
) |
void Aspose::Email::Mime::TrackingStringDictionary::Clear | ( | ) |
bool Aspose::Email::Mime::TrackingStringDictionary::ContainsKey | ( | System::String | key | ) |
bool Aspose::Email::Mime::TrackingStringDictionary::get_IsChanged | ( | ) | const |
Gets or set a value indicating whether the dictionary was changes
System::SharedPtr<System::Collections::Generic::ListExt<System::String> > Aspose::Email::Mime::TrackingStringDictionary::get_Keys | ( | ) | const |
System::String Aspose::Email::Mime::TrackingStringDictionary::idx_get | ( | System::String | key | ) |
void Aspose::Email::Mime::TrackingStringDictionary::idx_set | ( | System::String | key, |
System::String | value | ||
) |
void Aspose::Email::Mime::TrackingStringDictionary::ParseParameters | ( | System::String | headerValue, |
int32_t | offset | ||
) |
Parses parameters from the given header value and adds them into dictionary
headerValue | A header value to be parsed |
offset | A position to start parsing at |
void Aspose::Email::Mime::TrackingStringDictionary::Remove | ( | System::String | key | ) |
void Aspose::Email::Mime::TrackingStringDictionary::set_IsChanged | ( | bool | value | ) |
Gets or set a value indicating whether the dictionary was changes
|
friend |
|
friend |