Esempio n. 1
0
 private static global::System.Collections.IEnumerable _EmployeeMonths_GetEntityCollection(global::LightSwitchApplication.MonthTable.DetailsClass d)
 {
     return(d.ImplementationEntity.EmployeeMonths);
 }
Esempio n. 2
0
 private static void _EmployeeMonths_Stub(global::Microsoft.LightSwitch.Details.Framework.Base.DetailsCallback <global::LightSwitchApplication.MonthTable.DetailsClass, global::Microsoft.LightSwitch.Details.Framework.EntityCollectionProperty <global::LightSwitchApplication.MonthTable, global::LightSwitchApplication.MonthTable.DetailsClass, global::LightSwitchApplication.EmployeeMonth> .Data> c, global::LightSwitchApplication.MonthTable.DetailsClass d, object sf)
 {
     c(d, ref d._EmployeeMonths, sf);
 }
Esempio n. 3
0
 private static global::System.Collections.Generic.IEnumerable <global::LightSwitchApplication.EmployeeMonth> _EmployeeMonths_GetReferencedEntities(global::LightSwitchApplication.MonthTable.DetailsClass d)
 {
     return(d.GetReferencedEntities <global::LightSwitchApplication.EmployeeMonth, global::LightSwitchApplication.EmployeeMonth.DetailsClass>(global::LightSwitchApplication.MonthTable.DetailsClass.PropertySetProperties.EmployeeMonths, ref d._EmployeeMonths));
 }
Esempio n. 4
0
 private static void _WeekDays_SetImplementationValue(global::LightSwitchApplication.MonthTable.DetailsClass d, int v)
 {
     d.ImplementationEntity.WeekDays = v;
 }
Esempio n. 5
0
 private static int _WeekDays_GetImplementationValue(global::LightSwitchApplication.MonthTable.DetailsClass d)
 {
     return(d.ImplementationEntity.WeekDays);
 }
Esempio n. 6
0
 private static void _WeekDays_Stub(global::Microsoft.LightSwitch.Details.Framework.Base.DetailsCallback <global::LightSwitchApplication.MonthTable.DetailsClass, global::Microsoft.LightSwitch.Details.Framework.EntityStorageProperty <global::LightSwitchApplication.MonthTable, global::LightSwitchApplication.MonthTable.DetailsClass, int> .Data> c, global::LightSwitchApplication.MonthTable.DetailsClass d, object sf)
 {
     c(d, ref d._WeekDays, sf);
 }
Esempio n. 7
0
 private static void _MonthName_SetImplementationValue(global::LightSwitchApplication.MonthTable.DetailsClass d, string v)
 {
     d.ImplementationEntity.MonthName = v;
 }
Esempio n. 8
0
 private static string _MonthName_GetImplementationValue(global::LightSwitchApplication.MonthTable.DetailsClass d)
 {
     return(d.ImplementationEntity.MonthName);
 }