Class Appointment
A class that holds appointment menu items.
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 Appointment : EJTagHelper
Constructors
Appointment()
Declaration
public Appointment()
Properties
Id
Gets or sets the id value of an appointment menu item.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | Stores id value of an appointment menu item. |
ParentId
Gets or sets the id value of a parent appointment's menu item.
Declaration
[JsonProperty("parentId")]
public string ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.String | Stores the id value of a parent appointment's menu item. |
Text
Gets or sets the text value of an appointment menu item.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | Stores the text value of an appointment menu item. |