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

AppointmentEditDialogViewModel Methods

Provides settings defining the Appointment Edit dialog’s View Model.
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