Reddit.NET  1.5
Reddit.NET is a .NET Standard library that provides easy access to the Reddit API with virtually no boilerplate code required.
Reddit.Things.WidgetCalendarConfiguration Class Reference

Public Member Functions

 WidgetCalendarConfiguration (int numEvents, bool showDate, bool showDescription, bool showLocation, bool showTime, bool showTitle)
 
 WidgetCalendarConfiguration ()
 

Properties

int NumEvents [get, set]
 
bool ShowDate [get, set]
 
bool ShowDescription [get, set]
 
bool ShowLocation [get, set]
 
bool ShowTime [get, set]
 
bool ShowTitle [get, set]
 

Constructor & Destructor Documentation

◆ WidgetCalendarConfiguration() [1/2]

Reddit.Things.WidgetCalendarConfiguration.WidgetCalendarConfiguration ( int  numEvents,
bool  showDate,
bool  showDescription,
bool  showLocation,
bool  showTime,
bool  showTitle 
)

◆ WidgetCalendarConfiguration() [2/2]

Reddit.Things.WidgetCalendarConfiguration.WidgetCalendarConfiguration ( )

Property Documentation

◆ NumEvents

int Reddit.Things.WidgetCalendarConfiguration.NumEvents
getset

◆ ShowDate

bool Reddit.Things.WidgetCalendarConfiguration.ShowDate
getset

◆ ShowDescription

bool Reddit.Things.WidgetCalendarConfiguration.ShowDescription
getset

◆ ShowLocation

bool Reddit.Things.WidgetCalendarConfiguration.ShowLocation
getset

◆ ShowTime

bool Reddit.Things.WidgetCalendarConfiguration.ShowTime
getset

◆ ShowTitle

bool Reddit.Things.WidgetCalendarConfiguration.ShowTitle
getset

The documentation for this class was generated from the following file: