Contains colors definition for calendars and events More...
Inherits Object.
Public Member Functions | |
| System::DateTime | get_Updated () const |
| Last modification time of the color palette. More... | |
| void | set_Updated (System::DateTime value) |
| Last modification time of the color palette. More... | |
| System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< Colors > > > | get_Calendar () const |
| Palette of calendar colors, mapping from the color ID to its definition. An 'calendarListEntry' resource refers to one of these color IDs in its 'color' field. More... | |
| System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< Colors > > > | get_Event () const |
| Palette of event colors, mapping from the color ID to its definition. An 'event' resource may refer to one of these color IDs in its 'color' field. More... | |
| ColorsInfo () | |
| Initializes a new instance of the ColorsInfo class. More... | |
| ColorsInfo (System::DateTime updated, System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< Colors >>> calendar, System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< Colors >>> evnt) | |
| Initializes a new instance of the ColorsInfo class. More... | |
Static Public Attributes | |
| static const System::String | KIND |
| Type of the resource "calendar#colors". More... | |
Contains colors definition for calendars and events
| Aspose::Email::Clients::Google::ColorsInfo::ColorsInfo | ( | ) |
Initializes a new instance of the ColorsInfo class.
| Aspose::Email::Clients::Google::ColorsInfo::ColorsInfo | ( | System::DateTime | updated, |
| System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< Colors >>> | calendar, | ||
| System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< Colors >>> | evnt | ||
| ) |
Initializes a new instance of the ColorsInfo class.
| updated | Last modification time of the color palette. |
| calendar | Palette of calendar colors, mapping from the color ID to its definition. |
| evnt | Palette of event colors, mapping from the color ID to its definition. |
| System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<Colors> > > Aspose::Email::Clients::Google::ColorsInfo::get_Calendar | ( | ) | const |
Palette of calendar colors, mapping from the color ID to its definition. An 'calendarListEntry' resource refers to one of these color IDs in its 'color' field.
| System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<Colors> > > Aspose::Email::Clients::Google::ColorsInfo::get_Event | ( | ) | const |
Palette of event colors, mapping from the color ID to its definition. An 'event' resource may refer to one of these color IDs in its 'color' field.
| System::DateTime Aspose::Email::Clients::Google::ColorsInfo::get_Updated | ( | ) | const |
Last modification time of the color palette.
| void Aspose::Email::Clients::Google::ColorsInfo::set_Updated | ( | System::DateTime | value | ) |
Last modification time of the color palette.
|
static |
Type of the resource "calendar#colors".