menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ReminderSettingsBuilder

    Show / Hide Table of Contents

    Class ReminderSettingsBuilder

    A builder class that holds Schedule reminder items.

    Inheritance
    System.Object
    ReminderSettingsBuilder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ReminderSettingsBuilder

    Constructors

    ReminderSettingsBuilder()

    Initializes a new instance of the ReminderSettingsBuilder class.

    Declaration
    public ReminderSettingsBuilder()

    ReminderSettingsBuilder(ReminderSettings)

    Initializes a new instance of the ReminderSettingsBuilder class to indicate the reminder.

    Declaration
    public ReminderSettingsBuilder(ReminderSettings reminder)
    Parameters
    Type Name Description
    ReminderSettings reminder

    It accepts the reminder object.

    Methods

    AlertBefore(Int32)

    This field stores the time value which indicates when the reminders are to be alerted for the Schedule appointments.

    Declaration
    public ReminderSettingsBuilder AlertBefore(int alertBefore)
    Parameters
    Type Name Description
    System.Int32 alertBefore

    It accepts the time value which indicates when the reminders are to be alerted for the Schedule appointments

    Returns
    Type Description
    ReminderSettingsBuilder

    Enable(Boolean)

    This field stores the value which indicates whether to enable the reminder option or not.

    Declaration
    public ReminderSettingsBuilder Enable(bool enable)
    Parameters
    Type Name Description
    System.Boolean enable

    It accepts the value which indicates whether to enable the reminder option or not.

    Returns
    Type Description
    ReminderSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved