Exemple #1
0
                private static bool _Patient_ComputeIsReadOnly(global::LightSwitchApplication.Appointment e)
                {
                    bool result = false;

                    e.Patient_IsReadOnly(ref result);
                    return(result);
                }
Exemple #2
0
 private static void _Patient_OnValueChanged(global::LightSwitchApplication.Appointment e)
 {
     e.Patient_Changed();
 }
Exemple #3
0
 private static void _Patient_Validate(global::LightSwitchApplication.Appointment e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.Patient_Validate(r);
 }
Exemple #4
0
 private static void _DoctorNotes_OnValueChanged(global::LightSwitchApplication.Appointment e)
 {
     e.DoctorNotes_Changed();
 }
Exemple #5
0
 private static void _AppointmentType_OnValueChanged(global::LightSwitchApplication.Appointment e)
 {
     e.AppointmentType_Changed();
 }