Class ScheduleImport.ScheduleAppointment
Provides class for schedule appointment.
Inheritance
Inherited Members
Namespace: Syncfusion.EJ.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class ScheduleAppointment
Constructors
ScheduleAppointment()
Declaration
public ScheduleAppointment()
Properties
AllDay
Gets or Sets the allday value of an appointment
Declaration
public bool AllDay { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | It accepts the allday value of an appointment |
AppointmentCategorize
Gets or sets the categorize value of an appointment.
Declaration
public string AppointmentCategorize { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the categorize value of an appointment |
Description
gets or sets the description value of an appointment.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the description value of an appointment |
EndTime
gets or sets the end time value of an appointment.
Declaration
public string EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the end time value of an appointment |
Id
Gets or sets id value of an appointment.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | It accepts the id value of an appointment |
Location
Gets or sets the location value of an appointment
Declaration
public string Location { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the location value of an appointment |
Owner
Gets or sets the owner value of an appointment.
Declaration
[Obsolete("Owner field has been deprecated. Resources field has been newly introduced which can used as alternative for Owner.")]
public int? Owner { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | It accepts the owner value of an appointment |
Priority
Gets or sets the priority value of an appointment
Declaration
public string Priority { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the priority value of an appointment |
Recurrence
gets or sets the recurrence value of an appointment
Declaration
public bool Recurrence { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | It accepts the recurrence value of an appointment |
RecurrenceRules
Gets or Sets the recurrence rule value of an appointment
Declaration
public string RecurrenceRules { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the recurrence rule value of an appointment |
Reminder
Gets or sets the reminder value of appointment.
Declaration
public int? Reminder { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | It accepts the reminder value of an appointment |
StartTime
gets or sets the start time value of an appointment.
Declaration
public string StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the start time value of an appointment |
Subject
gets or sets the subject value of an appointment
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the subject value of an appointment |