private static bool _LastName_ComputeIsReadOnly(global::LightSwitchApplication.Patient e)
                {
                    bool result = false;

                    e.LastName_IsReadOnly(ref result);
                    return(result);
                }
예제 #2
0
 private static void _Patient_SetImplementationValue(global::LightSwitchApplication.SpecificLabs.DetailsClass d, global::LightSwitchApplication.Patient v)
 {
     d.SetImplementationValue(global::LightSwitchApplication.SpecificLabs.DetailsClass.PropertySetProperties.Patient, ref d._Patient, (i, ev) => i.Patient = ev, v);
 }
 private static void _LastName_OnValueChanged(global::LightSwitchApplication.Patient e)
 {
     e.LastName_Changed();
 }
 private static void _LastName_Validate(global::LightSwitchApplication.Patient e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.LastName_Validate(r);
 }
 private static void _Id_OnValueChanged(global::LightSwitchApplication.Patient e)
 {
     e.Id_Changed();
 }