BootstrapSchedulerAppointment Class
#Declaration
TypeScript
class BootstrapSchedulerAppointment
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
#Properties
#appointmentId Property
#Declaration
TypeScript
readonly appointmentId: string
#Property Value
Type |
---|
string |
#appointmentType Property
#Declaration
TypeScript
readonly appointmentType: BootstrapSchedulerAppointmentType
#Property Value
Type |
---|
Bootstrap |
#interval Property
#Declaration
TypeScript
readonly interval: BootstrapTimeInterval | null
#Property Value
Type |
---|
Bootstrap |
null |
#labelIndex Property
#Declaration
TypeScript
readonly labelIndex: number
#Property Value
Type |
---|
number |
#resources Property
#Declaration
TypeScript
readonly resources: string[]
#Property Value
Type |
---|
string[] |
#statusIndex Property
#Declaration
TypeScript
readonly statusIndex: number
#Property Value
Type |
---|
number |
#Methods
#addResource(resourceId) Method
#Declaration
TypeScript
addResource(
resourceId: Object
): void
#Parameters
Name | Type |
---|---|
resource |
Object |
#getAllDay Method
#Declaration
TypeScript
getAllDay(): boolean
#Returns
Type |
---|
boolean |
#getAppointmentType Method
#Declaration
TypeScript
getAppointmentType(): BootstrapSchedulerAppointmentType
#Returns
Type |
---|
Bootstrap |
#getDescription Method
#Declaration
TypeScript
getDescription(): string
#Returns
Type |
---|
string |
#getDuration Method
#Declaration
TypeScript
getDuration(): number
#Returns
Type |
---|
number |
#getEnd Method
#Declaration
TypeScript
getEnd(): Date
#Returns
Type |
---|
Date |
#getId Method
#Declaration
TypeScript
getId(): any
#Returns
Type |
---|
any |
#getLabelId Method
#Declaration
TypeScript
getLabelId(): number
#Returns
Type |
---|
number |
#getLocation Method
#Declaration
TypeScript
getLocation(): string
#Returns
Type |
---|
string |
#getRecurrenceInfo Method
#Declaration
TypeScript
getRecurrenceInfo(): BootstrapSchedulerRecurrenceInfo | null
#Returns
Type |
---|
Bootstrap |
null |
#getRecurrencePattern Method
#Declaration
TypeScript
getRecurrencePattern(): BootstrapSchedulerAppointment | null
#Returns
Type |
---|
Bootstrap |
null |
#getResource(index) Method
#Declaration
TypeScript
getResource(
index: number
): any
#Parameters
Name | Type |
---|---|
index | number |
#Returns
Type |
---|
any |
#getStart Method
#Declaration
TypeScript
getStart(): Date
#Returns
Type |
---|
Date |
#getStatusId Method
#Declaration
TypeScript
getStatusId(): number
#Returns
Type |
---|
number |
#getSubject Method
#Declaration
TypeScript
getSubject(): string
#Returns
Type |
---|
string |
#setAllDay(allDay) Method
#Declaration
TypeScript
setAllDay(
allDay: boolean
): void
#Parameters
Name | Type |
---|---|
all |
boolean |
#setAppointmentType(type) Method
#Declaration
TypeScript
setAppointmentType(
type: BootstrapSchedulerAppointmentType
): void
#Parameters
Name | Type |
---|---|
type | Bootstrap |
#setDescription(description) Method
#Declaration
TypeScript
setDescription(
description: string
): void
#Parameters
Name | Type |
---|---|
description | string |
#setDuration(duration) Method
#Declaration
TypeScript
setDuration(
duration: number
): void
#Parameters
Name | Type |
---|---|
duration | number |
#setEnd(end) Method
#Declaration
TypeScript
setEnd(
end: Date
): void
#Parameters
Name | Type |
---|---|
end | Date |
#setId(id) Method
#Declaration
TypeScript
setId(
id: any
): void
#Parameters
Name | Type |
---|---|
id | any |
#setLabelId(statusId) Method
#Declaration
TypeScript
setLabelId(
statusId: number
): void
#Parameters
Name | Type |
---|---|
status |
number |
#setLocation(location) Method
#Declaration
TypeScript
setLocation(
location: string
): void
#Parameters
Name | Type |
---|---|
location | string |
#setRecurrenceInfo(recurrenceInfo) Method
#Declaration
TypeScript
setRecurrenceInfo(
recurrenceInfo: BootstrapSchedulerRecurrenceInfo
): void
#Parameters
Name | Type |
---|---|
recurrence |
Bootstrap |
#setStart(start) Method
#Declaration
TypeScript
setStart(
start: Date
): void
#Parameters
Name | Type |
---|---|
start | Date |
#setStatusId(statusId) Method
#Declaration
TypeScript
setStatusId(
statusId: number
): void
#Parameters
Name | Type |
---|---|
status |
number |
#setSubject(subject) Method
#Declaration
TypeScript
setSubject(
subject: string
): void
#Parameters
Name | Type |
---|---|
subject | string |