Ejemplo n.º 1
0
 private static void _Patient_SetImplementationValue(global::LightSwitchApplication.Appointment.DetailsClass d, global::LightSwitchApplication.Patient v)
 {
     d.SetImplementationValue(global::LightSwitchApplication.Appointment.DetailsClass.PropertySetProperties.Patient, ref d._Patient, (i, ev) => i.Patient = ev, v);
 }
Ejemplo n.º 2
0
 private static void _Patient_Refresh(global::LightSwitchApplication.Appointment.DetailsClass d)
 {
     d.RefreshNavigationProperty(global::LightSwitchApplication.Appointment.DetailsClass.PropertySetProperties.Patient, ref d._Patient);
 }
Ejemplo n.º 3
0
 private static global::Microsoft.LightSwitch.Internal.IEntityImplementation _Patient_GetCoreImplementationValue(global::LightSwitchApplication.Appointment.DetailsClass d)
 {
     return(d.ImplementationEntity.Patient);
 }
Ejemplo n.º 4
0
 private static global::LightSwitchApplication.Patient _Patient_GetImplementationValue(global::LightSwitchApplication.Appointment.DetailsClass d)
 {
     return(d.GetImplementationValue <global::LightSwitchApplication.Patient, global::LightSwitchApplication.Patient.DetailsClass>(global::LightSwitchApplication.Appointment.DetailsClass.PropertySetProperties.Patient, ref d._Patient));
 }
Ejemplo n.º 5
0
 private static void _DoctorNotes_SetImplementationValue(global::LightSwitchApplication.Appointment.DetailsClass d, string v)
 {
     d.ImplementationEntity.DoctorNotes = v;
 }
Ejemplo n.º 6
0
 private static void _Patient_Stub(global::Microsoft.LightSwitch.Details.Framework.Base.DetailsCallback <global::LightSwitchApplication.Appointment.DetailsClass, global::Microsoft.LightSwitch.Details.Framework.EntityReferenceProperty <global::LightSwitchApplication.Appointment, global::LightSwitchApplication.Appointment.DetailsClass, global::LightSwitchApplication.Patient> .Data> c, global::LightSwitchApplication.Appointment.DetailsClass d, object sf)
 {
     c(d, ref d._Patient, sf);
 }
Ejemplo n.º 7
0
 private static void _DoctorNotes_Stub(global::Microsoft.LightSwitch.Details.Framework.Base.DetailsCallback <global::LightSwitchApplication.Appointment.DetailsClass, global::Microsoft.LightSwitch.Details.Framework.EntityStorageProperty <global::LightSwitchApplication.Appointment, global::LightSwitchApplication.Appointment.DetailsClass, string> .Data> c, global::LightSwitchApplication.Appointment.DetailsClass d, object sf)
 {
     c(d, ref d._DoctorNotes, sf);
 }
Ejemplo n.º 8
0
 private static string _DoctorNotes_GetImplementationValue(global::LightSwitchApplication.Appointment.DetailsClass d)
 {
     return(d.ImplementationEntity.DoctorNotes);
 }
Ejemplo n.º 9
0
 private static short _AppointmentType_GetImplementationValue(global::LightSwitchApplication.Appointment.DetailsClass d)
 {
     return(d.ImplementationEntity.AppointmentType);
 }
Ejemplo n.º 10
0
 private static void _AppointmentType_SetImplementationValue(global::LightSwitchApplication.Appointment.DetailsClass d, short v)
 {
     d.ImplementationEntity.AppointmentType = v;
 }
Ejemplo n.º 11
0
 private static void _AppointmentTime_SetImplementationValue(global::LightSwitchApplication.Appointment.DetailsClass d, global::System.DateTime v)
 {
     d.ImplementationEntity.AppointmentTime = global::LightSwitchApplication.Appointment.DetailsClass.ClearDateTimeKind(v);
 }
Ejemplo n.º 12
0
 private static global::System.DateTime _AppointmentTime_GetImplementationValue(global::LightSwitchApplication.Appointment.DetailsClass d)
 {
     return(d.ImplementationEntity.AppointmentTime);
 }
Ejemplo n.º 13
0
 private static void _AppointmentTime_Stub(global::Microsoft.LightSwitch.Details.Framework.Base.DetailsCallback <global::LightSwitchApplication.Appointment.DetailsClass, global::Microsoft.LightSwitch.Details.Framework.EntityStorageProperty <global::LightSwitchApplication.Appointment, global::LightSwitchApplication.Appointment.DetailsClass, global::System.DateTime> .Data> c, global::LightSwitchApplication.Appointment.DetailsClass d, object sf)
 {
     c(d, ref d._AppointmentTime, sf);
 }
Ejemplo n.º 14
0
 private static void _Id_SetImplementationValue(global::LightSwitchApplication.Appointment.DetailsClass d, int v)
 {
     d.ImplementationEntity.Id = v;
 }
Ejemplo n.º 15
0
 private static int _Id_GetImplementationValue(global::LightSwitchApplication.Appointment.DetailsClass d)
 {
     return(d.ImplementationEntity.Id);
 }