Skip to main content
A newer version of this page is available. .

AppointmentEditDialogViewModel Members

Provides settings defining the Appointment Edit dialog’s View Model.

Constructors

Name Description
AppointmentEditDialogViewModel() Initializes a new instance of the AppointmentEditDialogViewModel class.

Properties

Name Description
AppointmentController Specifies the appointment controller. Inherited from AppointmentEditDialogViewModel<T>.
Description Specifies the text for the appointment’s description. Inherited from AppointmentEditDialogViewModel<T>.
EndTime Specifies the appointment’s end time. Inherited from AppointmentEditDialogViewModel<T>.
ErrorMessage Specifies the appointment’s error message. Inherited from AppointmentEditDialogViewModel<T>.
IsAllDay Gets or sets whether the current appointment lasts the entire day (or several days). Inherited from AppointmentEditDialogViewModel<T>.
IsRecurring Specifies whether the appointment is recurring. Inherited from AppointmentEditDialogViewModel<T>.
IsValid Specifies whether the appointment data is valid. Inherited from AppointmentEditDialogViewModel<T>.
LabelKey Specifies the appointment’s label key. Inherited from AppointmentEditDialogViewModel<T>.
Location Specifies the place where the appointment is scheduled. Inherited from AppointmentEditDialogViewModel<T>.
RecurrenceViewModel Provides settings defining the View Model of the dialog’s recurrence section. Inherited from AppointmentEditDialogViewModel<T>.
Reminder Specifies a reminder associated with the current appointment (the first reminder in the collection, if there are several reminders). Inherited from AppointmentEditDialogViewModel<T>.
ResourceIds Specifies resources associated with the current appointment. Inherited from AppointmentEditDialogViewModel<T>.
StartTime Specifies the start date and time of the appointment. Inherited from AppointmentEditDialogViewModel<T>.
StatusKey Specifies the unique identifier of the status object associated with the appointment. Inherited from AppointmentEditDialogViewModel<T>.
Subject Specifies the appointment’s subject. Inherited from AppointmentEditDialogViewModel<T>.
TimeZoneId Specifies the time zone ID. Inherited from AppointmentEditDialogViewModel<T>.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetFieldValueByName<TValue>(String) Gets a view model field value. Inherited from AppointmentEditDialogViewModel<T>.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Load(AppointmentFormController) Initializes the dialog view model by loading the appointment form controller. Inherited from AppointmentEditDialogViewModel<T>.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Save(AppointmentFormController) Saves the dialog view model to the appointment form controller. Inherited from AppointmentEditDialogViewModel<T>.
SetDialogElementStateConditions() Customizes the editors visibility on the form. Inherited from AppointmentEditDialogViewModel<T>.
SetFieldValueByName(String, Object) Specifies a view model field value. Inherited from AppointmentEditDialogViewModel<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
TrackLoad(Action<AppointmentFormController>) Allows you to track the AppointmentEditDialogViewModel’s load state. Inherited from AppointmentEditDialogViewModel<T>.
TrackSave(Action<AppointmentFormController>) Allows you to track the AppointmentEditDialogViewModel’s save state. Inherited from AppointmentEditDialogViewModel<T>.
TrackValidation(Action) Allows you to track the AppointmentEditDialogViewModel’s validation state. Inherited from AppointmentEditDialogViewModel<T>.
Validate() Validates the AppointmentEditDialogViewModel data. Inherited from AppointmentEditDialogViewModel<T>.
See Also