Version

ScheduleDialogFactoryBase Class Members

The following tables list the members exposed by ScheduleDialogFactoryBase.

Public Properties
 NameDescription
Public PropertySupportedActivityDialogTypesReturns a flagged enumeration indicating the types of ActivityBase for which the CreateActivityDialog method will return a dialog to be displayed.  
Public Methods
 NameDescription
Public MethodCreateActivityCategoryCreationDialogReturns a FrameworkElement that should used as the dialog for creating an ActivityCategory.  
Public MethodCreateActivityCategoryDialogReturns a FrameworkElement that should used as the dialog for managing ActivityCategorys for a list of ActivityBase instances.  
Public MethodCreateActivityDialogReturns a FrameworkElement that should used as the dialog for creating and editing ActivityBase derived instances.  
Public MethodCreateActivityRecurrenceChooserDialogReturns a FrameworkElement that should used as the dialog for letting the user choose whether to access a recurrence Series or Occurrence when an ActivityBase is opened or deleted.  
Public MethodCreateActivityRecurrenceDialogReturns a FrameworkElement that should used as the dialog for creating and editing ActivityBase recurrences.  
Public MethodCreateActivityTypeChooserDialogReturns a FrameworkElement that should used as the dialog for letting the user choose an ActivityType from a set of available ActivityTypes  
Public MethodCreateReminderDialogReturns a FrameworkElement that should used as the dialog for letting the user dismiss or snooze active Reminders.  
Public MethodCreateTimeZoneChooserDialogReturns a FrameworkElement that should used as the dialog for letting the user select a time zone.  
See Also