private static global::System.Collections.IEnumerable _Students_GetEntityCollection(global::LightSwitchApplication.Semestar.DetailsClass d)
 {
     return(d.ImplementationEntity.Students);
 }
 private static void _Students_Stub(global::Microsoft.LightSwitch.Details.Framework.Base.DetailsCallback <global::LightSwitchApplication.Semestar.DetailsClass, global::Microsoft.LightSwitch.Details.Framework.EntityCollectionProperty <global::LightSwitchApplication.Semestar, global::LightSwitchApplication.Semestar.DetailsClass, global::LightSwitchApplication.Student> .Data> c, global::LightSwitchApplication.Semestar.DetailsClass d, object sf)
 {
     c(d, ref d._Students, sf);
 }
 private static global::System.Collections.Generic.IEnumerable <global::LightSwitchApplication.Student> _Students_GetReferencedEntities(global::LightSwitchApplication.Semestar.DetailsClass d)
 {
     return(d.GetReferencedEntities <global::LightSwitchApplication.Student, global::LightSwitchApplication.Student.DetailsClass>(global::LightSwitchApplication.Semestar.DetailsClass.PropertySetProperties.Students, ref d._Students));
 }
 private static void _Br_semestar_SetImplementationValue(global::LightSwitchApplication.Semestar.DetailsClass d, global::System.Nullable <int> v)
 {
     d.ImplementationEntity.Br_semestar = v;
 }
 private static global::System.Nullable <int> _Br_semestar_GetImplementationValue(global::LightSwitchApplication.Semestar.DetailsClass d)
 {
     return(d.ImplementationEntity.Br_semestar);
 }
 private static void _Br_semestar_Stub(global::Microsoft.LightSwitch.Details.Framework.Base.DetailsCallback <global::LightSwitchApplication.Semestar.DetailsClass, global::Microsoft.LightSwitch.Details.Framework.EntityStorageProperty <global::LightSwitchApplication.Semestar, global::LightSwitchApplication.Semestar.DetailsClass, global::System.Nullable <int> > .Data> c, global::LightSwitchApplication.Semestar.DetailsClass d, object sf)
 {
     c(d, ref d._Br_semestar, sf);
 }
 private static void _ID_semestar_SetImplementationValue(global::LightSwitchApplication.Semestar.DetailsClass d, int v)
 {
     d.ImplementationEntity.ID_semestar = v;
 }
 private static int _ID_semestar_GetImplementationValue(global::LightSwitchApplication.Semestar.DetailsClass d)
 {
     return(d.ImplementationEntity.ID_semestar);
 }