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

Contains colors definition for calendars and events More...

Inherits Object.

Public Member Functions

ASPOSE_EMAIL_SHARED_API System::DateTime get_Updated () const
 Last modification time of the color palette. More...
 
ASPOSE_EMAIL_SHARED_API void set_Updated (System::DateTime value)
 Last modification time of the color palette. More...
 
ASPOSE_EMAIL_SHARED_API 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...
 
ASPOSE_EMAIL_SHARED_API 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...
 
ASPOSE_EMAIL_SHARED_API ColorsInfo ()
 Initializes a new instance of the ColorsInfo class. More...
 
ASPOSE_EMAIL_SHARED_API 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 ASPOSE_EMAIL_SHARED_API System::String KIND
 

Detailed Description

Contains colors definition for calendars and events

Constructor & Destructor Documentation

◆ ColorsInfo() [1/2]

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

Initializes a new instance of the ColorsInfo class.

◆ ColorsInfo() [2/2]

ASPOSE_EMAIL_SHARED_API 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()

ASPOSE_EMAIL_SHARED_API 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()

ASPOSE_EMAIL_SHARED_API 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()

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

Last modification time of the color palette.

◆ set_Updated()

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

Last modification time of the color palette.

Member Data Documentation

◆ KIND

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