Class ScheduleBlockAppFields
Class for the Schedule Block Appointments.
Inheritance
System.Object
ScheduleBlockAppFields
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.EJ.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class ScheduleBlockAppFields
Constructors
ScheduleBlockAppFields()
Declaration
public ScheduleBlockAppFields()
Properties
EndTime
Gets or sets the EndTime value
Declaration
public string EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.String | The end time |
GroupId
Gets or sets the GroupId value
Declaration
public string GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GroupId |
Id
Gets or sets the Id value
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The id |
IsAllDay
Gets or sets the IsAllDay value
Declaration
public string IsAllDay { get; set; }
Property Value
Type | Description |
---|---|
System.String | The isAllDay |
IsBlockAppointment
Gets or sets the IsBlockAppointment value
Declaration
public string IsBlockAppointment { get; set; }
Property Value
Type | Description |
---|---|
System.String | The isBlockAppointment |
ResourceId
Gets or sets the ResourceId value
Declaration
public string ResourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The resourceId |
StartTime
Gets or sets the StartTime value
Declaration
public string StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.String | The start time |
Subject
Gets or sets the Subject value
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String | The subject |