menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class AppointmentSettings

    A class that holds settings for appointment.

    Inheritance
    System.Object
    AppointmentSettings
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class AppointmentSettings

    Constructors

    AppointmentSettings()

    Declaration
    public AppointmentSettings()

    Properties

    Field

    Gets or sets a value that indicates the appointment field name.

    Declaration
    [JsonProperty("field")]
    public string Field { get; set; }
    Property Value
    Type Description
    System.String

    ValidationRule

    Declaration
    public List<KeyValue> ValidationRule { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<KeyValue>

    ValidationRules

    Gets or sets a value that indicates the Validation rules for the specified appointment field.

    Declaration
    [JsonProperty("validationRules")]
    public Dictionary<string, object> ValidationRules { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    Methods

    ShouldSerializeValidationRules()

    Declaration
    public bool ShouldSerializeValidationRules()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved