Class SchedulerReminderMapping
Represents a class that provides mapping information about SchedulerReminder properties.
Inheritance
System.Object
SchedulerReminderMapping
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public class SchedulerReminderMapping : Object
Constructors
SchedulerReminderMapping()
Initializes a new instance of the SchedulerReminderMapping class.
Declaration
public SchedulerReminderMapping()
Properties
IsDismissed
Gets or sets the custom reminder IsDismissed property to map the scheduler reminder TimeBeforeStart property.
Declaration
public string IsDismissed { get; set; }
Property Value
Type |
---|
System.String |
TimeBeforeStart
Gets or sets the custom reminder TimeInterval property to map the scheduler reminder TimeBeforeStart property.
Declaration
public string TimeBeforeStart { get; set; }
Property Value
Type |
---|
System.String |