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

AppointmentEditDialogViewModel<T> 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.
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.
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.
SetDialogElementStateConditions() Customizes the editors visibility on the form.
SetFieldValueByName(String, Object) Specifies a view model field value.
ToString() Returns a string that represents the current object. Inherited from Object.
TrackLoad(Action<AppointmentFormController>) Allows you to track the AppointmentEditDialogViewModel’s load state.
TrackSave(Action<AppointmentFormController>) Allows you to track the AppointmentEditDialogViewModel’s save state.
TrackValidation(Action) Allows you to track the AppointmentEditDialogViewModel’s validation state.
Validate() Validates the AppointmentEditDialogViewModel data.
See Also