示例#1
0
 private static global::System.Collections.Generic.IEnumerable <global::LightSwitchApplication.Bookstore> _Bookstores_GetReferencedEntities(global::LightSwitchApplication.Owner.DetailsClass d)
 {
     return(d.GetReferencedEntities <global::LightSwitchApplication.Bookstore, global::LightSwitchApplication.Bookstore.DetailsClass>(global::LightSwitchApplication.Owner.DetailsClass.PropertySetProperties.Bookstores, ref d._Bookstores));
 }
示例#2
0
 private static global::System.Collections.IEnumerable _Bookstores_GetEntityCollection(global::LightSwitchApplication.Owner.DetailsClass d)
 {
     return(d.ImplementationEntity.Bookstores);
 }
示例#3
0
 private static void _PhoneNumber_SetImplementationValue(global::LightSwitchApplication.Owner.DetailsClass d, string v)
 {
     d.ImplementationEntity.PhoneNumber = v;
 }
示例#4
0
 private static void _Bookstores_Stub(global::Microsoft.LightSwitch.Details.Framework.Base.DetailsCallback <global::LightSwitchApplication.Owner.DetailsClass, global::Microsoft.LightSwitch.Details.Framework.EntityCollectionProperty <global::LightSwitchApplication.Owner, global::LightSwitchApplication.Owner.DetailsClass, global::LightSwitchApplication.Bookstore> .Data> c, global::LightSwitchApplication.Owner.DetailsClass d, object sf)
 {
     c(d, ref d._Bookstores, sf);
 }
示例#5
0
 private static string _PhoneNumber_GetImplementationValue(global::LightSwitchApplication.Owner.DetailsClass d)
 {
     return(d.ImplementationEntity.PhoneNumber);
 }
示例#6
0
 private static void _PhoneNumber_Stub(global::Microsoft.LightSwitch.Details.Framework.Base.DetailsCallback <global::LightSwitchApplication.Owner.DetailsClass, global::Microsoft.LightSwitch.Details.Framework.EntityStorageProperty <global::LightSwitchApplication.Owner, global::LightSwitchApplication.Owner.DetailsClass, string> .Data> c, global::LightSwitchApplication.Owner.DetailsClass d, object sf)
 {
     c(d, ref d._PhoneNumber, sf);
 }
示例#7
0
 private static void _LastName_SetImplementationValue(global::LightSwitchApplication.Owner.DetailsClass d, string v)
 {
     d.ImplementationEntity.LastName = v;
 }
示例#8
0
 private static string _LastName_GetImplementationValue(global::LightSwitchApplication.Owner.DetailsClass d)
 {
     return(d.ImplementationEntity.LastName);
 }
示例#9
0
 private static int _Id_GetImplementationValue(global::LightSwitchApplication.Owner.DetailsClass d)
 {
     return(d.ImplementationEntity.Id);
 }