ASP.NET Pack Programmer's Guide
Appointment Members
Constructors Properties Methods
 


Represents appointments within a schedule.

The following tables list the members exposed by the Appointment type.

 Public Constructors

  Name Description

Appointment

Initializes a new instance of the Appointment class.

 Public Properties

  Name Description

AllDayEvent

Gets or sets a value indicating whether the appointment is an all-day event.

AllowChangeEnd

Gets or sets a value indicating whether users are allowed to change the appointment's end time.

AllowChangeStart

Gets or sets a value indicating whether users are allowed to change the appointment's start time.

AllowMove

Gets or sets a value indicating whether users are allowed to move the appointment.

Attendees

Gets a list with all attendees of this appointment.

Contacts

Gets a list with all contacts associated with this appointment.

CssClass

Gets or sets the css class of the appointment.

DescriptionText

Gets or sets text with details displayed for this appointment by the scheduling control.

Details

Gets or sets the detailed description of this appointment.

EndTime

Gets or sets the appointment's scheduled end time.

HeaderText

Gets or sets header text displayed for this appointment by the calendar control.

Id

Gets or sets the string identifier of this appointment.

Location

Gets or sets the appointment location.

Locked

Gets or sets a value indicating whether users are allowed to modify this appointment.

Reminder

Gets or sets the reminder for this appointment.

Resources

Gets a list with all resources associated with this appointment.

StartTime

Gets or sets the appointment's scheduled start time.

Style

Gets or sets the style associated with this appointment.

Subject

Gets or sets the subject of this appointment.

Tag

Gets or sets custom data associated with the appointment.

Task

Gets or sets the task associated with this appointment.

Visible

Gets or sets whether the appointment is visible.

 Public Methods

  Name Description

Clone

Creates an exact copy of this Appointment.

getAllDayEvent

Gets a value, indicating whether the item represents an all day event. (Inherited from Item.)

getContacts

Gets the list of contacts, associated with this item. (Inherited from Item.)

getCssClass

Gets the css class of the item. (Inherited from Item.)

getDescriptionText

Gets the description text of the item. (Inherited from Item.)

getDetails

Gets the description text of the item. (Inherited from Item.)

getEndTime

Gets the end time of the item. (Inherited from Item.)

getHeaderText

Gets the header text of the item. (Inherited from Item.)

getId

Gets the id of the item. (Inherited from Item.)

getLocation

Gets the location, associated with this item. (Inherited from Item.)

getLocked

Gets a value indicating whether users are forbidden to modify this item. (Inherited from Item.)

getOccurrenceIndex

Gets the occurrence index of this item. (Inherited from Item.)

getPriority

Gets the priority of the Item. (Inherited from Item.)

getRecurrence

Gets the Recurrence object, associated with this item. (Inherited from Item.)

getRecurrenceState

Gets the recurrence state of this item. (Inherited from Item.)

getReminder

Gets the reminder of this item. (Inherited from Item.)

getResources

Gets the list of resources, associated with this item. (Inherited from Item.)

getSelected

Gets a value indicating whether the item is currently selected. (Inherited from Item.)

getStartTime

Gets the start time of the item. (Inherited from Item.)

getSubject

Gets the header text of the item. (Inherited from Item.)

getTag

Gets the tag of this item. (Inherited from Item.)

getTask

Gets the task, associated with this item. (Inherited from Item.)

getVisible

Gets a value indicating whether the item is visible. (Inherited from Item.)

LoadFrom

Overloaded.  

LoadViewState

Control.LoadViewState override. Restores view-state information from a previous page request that was saved by the SaveViewState method.

SaveTo

Overloaded.  

SaveViewState

Control.SaveViewState override. Saves any server control view-state changes that have occurred since the time the page was posted back to the server.

TrackViewState

Control.TrackViewState override. Causes tracking of view-state changes to the server control so they can be stored in the server control's StateBag object.

 See Also

Appointment Class
MindFusion.Scheduling Namespace