コード例 #1
0
 private static void _Student_Refresh(global::LightSwitchApplication.Enrollment.DetailsClass d)
 {
     d.RefreshNavigationProperty(global::LightSwitchApplication.Enrollment.DetailsClass.PropertySetProperties.Student, ref d._Student, i => i.Student);
 }
コード例 #2
0
 private static void _Student_SetImplementationValue(global::LightSwitchApplication.Enrollment.DetailsClass d, global::LightSwitchApplication.Student v)
 {
     d.SetImplementationValue(global::LightSwitchApplication.Enrollment.DetailsClass.PropertySetProperties.Student, ref d._Student, (i, ev) => i.Student = ev, v);
 }
コード例 #3
0
 private static global::LightSwitchApplication.Student _Student_GetImplementationValue(global::LightSwitchApplication.Enrollment.DetailsClass d)
 {
     return(d.GetImplementationValue <global::LightSwitchApplication.Student, global::LightSwitchApplication.Student.DetailsClass>(global::LightSwitchApplication.Enrollment.DetailsClass.PropertySetProperties.Student, ref d._Student, i => i.Student));
 }
コード例 #4
0
 private static void _Student_Stub(global::Microsoft.LightSwitch.Details.Framework.Base.DetailsCallback <global::LightSwitchApplication.Enrollment.DetailsClass, global::Microsoft.LightSwitch.Details.Framework.EntityReferenceProperty <global::LightSwitchApplication.Enrollment, global::LightSwitchApplication.Enrollment.DetailsClass, global::LightSwitchApplication.Student> .Data> c, global::LightSwitchApplication.Enrollment.DetailsClass d, object sf)
 {
     c(d, ref d._Student, sf);
 }
コード例 #5
0
 private static void _Id_SetImplementationValue(global::LightSwitchApplication.Enrollment.DetailsClass d, int v)
 {
     d.ImplementationEntity.Id = v;
 }
コード例 #6
0
 private static int _Id_GetImplementationValue(global::LightSwitchApplication.Enrollment.DetailsClass d)
 {
     return(d.ImplementationEntity.Id);
 }