Aspose::Email::Clients::Google::ColorsInfo Class Reference

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...
 

Detailed Description

Contains colors definition for calendars and events

Constructor & Destructor Documentation

◆ ColorsInfo() [1/2]

Aspose::Email::Clients::Google::ColorsInfo::ColorsInfo ( )

Initializes a new instance of the ColorsInfo class.

◆ ColorsInfo() [2/2]

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.

Parameters
updatedLast modification time of the color palette.
calendarPalette of calendar colors, mapping from the color ID to its definition.
evntPalette of event colors, mapping from the color ID to its definition.

Member Function Documentation

◆ get_Calendar()

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.

◆ get_Event()

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.

◆ get_Updated()

System::DateTime Aspose::Email::Clients::Google::ColorsInfo::get_Updated ( ) const

Last modification time of the color palette.

◆ set_Updated()

void Aspose::Email::Clients::Google::ColorsInfo::set_Updated ( System::DateTime  value)

Last modification time of the color palette.

Member Data Documentation

◆ KIND

const System::String Aspose::Email::Clients::Google::ColorsInfo::KIND
static

Type of the resource "calendar#colors".