AppointmentFormControllerBase Members
In This Article
#Constructors
Name | Description |
---|---|
Appointment |
Initializes a new instance of the Appointment |
#Properties
Name | Description |
---|---|
All |
Gets or sets a value indicating if the appointment currently being edited in the form is an all-day appointment. |
Can |
Gets a value that indicates if the appointment currently being edited in the form can be deleted. |
Can |
Gets a value that indicates whether the resource can be changed for the appointment which is currently being edited in the form. |
Description | Gets or sets the text that will be displayed as the description of the appointment currently being edited in the form. |
Display |
Gets or sets the value to display as the appointment's end time within the editing form. |
Display |
Gets or sets the value to display as the appointment's start time within the editing form. |
Edited |
Gets the copy of the appointment currently being edited in the form. |
Edited |
Gets the pattern appointment object currently being edited in the Appointment Recurrence form. |
End | Gets or sets the value specifying the appointment's end time within the editing form. |
End |
Obsolete. Gets or sets the end date of the appointment currently being edited in the form. |
End |
Obsolete. Gets or sets the end time of the appointment currently being edited in the form. |
Has |
Gets or sets a value that indicates whether one or more reminders are associated with the currently edited appointment. |
Is |
Checks whether the currently edited appointment is a new and individual object. |
Label |
Gets or sets the index of the label associated with the appointment. |
Location | Gets or sets the text describing the site where the scheduled event happens. |
Reminder |
Gets or sets the time interval ahead of the appointment's start time to activate the reminder. |
Resource |
Gets or sets the unique identifier of the resource associated with the current appointment, or the ID of the first resource if resource sharing is enabled. |
Resource |
Gets the identifiers of all the resources which are associated with the current appointment. |
Resource |
Gets a value indicating whether an appointment can be shared between multiple resources. |
Should |
Checks whether the button that enables an end-user to edit the appointment recurrence should be visible. |
Start | Gets or sets the appointment's start time within the editing form. |
Start |
Obsolete. Gets or sets the date when the scheduled time interval starts for the current appointment. |
Start |
Obsolete. Gets or sets the time when the scheduled time interval starts for the current appointment. |
Status |
Gets or sets the index of the availability status associated with the appointment. |
Subject | Gets or sets the text of the appointment's subject. |
Time |
#Methods
Name | Description |
---|---|
Apply |
Copies the values of all the appointment copy's properties that are currently being edited in the form to the corresponding properties of the source appointment. |
Apply |
Copies the values of the specified recurrence pattern to the recurrence pattern of the appointment currently being edited in the form. |
Are |
Returns a value that indicates if the appointment currently being edited in the form is an exception, or it's a recurrence pattern with exceptions. |
Assign |
Assigns recurrence info properties dependant on the specified recurrence range. |
Calculate |
Calculates the total count of conflicts where the current appointment conflicts with other appointments. |
Delete |
Deletes the appointment currently being edited in the form from the collection to which it belongs. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Informs whether the appointment is changed. |
Is |
Informs whether the appointment is in conflict with another, and they are not reconciled. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Prepare |
Finds and clones the recurrence pattern for the appointment, or creates it if it does not exist. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Destroys the edited appointment copy. |
Set |
Assigns the label to the current appointment. |
Set |
Assigns the availability status to the appointment. |
To |
Returns a string that represents the current object. Inherited from Object. |
Validate |
Checks whether the specified date and time values produce a valid time interval. |
Validate |
Checks whether the specified date and time values produce a valid time interval. |
#Events
Name | Description |
---|---|
Property |
Occurs when a value of any of the standard appointment properties handled by the Appointment |
See Also