示例#1
0
 private static global::System.Collections.Generic.IEnumerable <global::LightSwitchApplication.Rechnungen> _RechnungenCollection_GetReferencedEntities(global::LightSwitchApplication.BezahlartItem.DetailsClass d)
 {
     return(d.GetReferencedEntities <global::LightSwitchApplication.Rechnungen, global::LightSwitchApplication.Rechnungen.DetailsClass>(global::LightSwitchApplication.BezahlartItem.DetailsClass.PropertySetProperties.RechnungenCollection, ref d._RechnungenCollection));
 }
示例#2
0
 private static global::System.Collections.IEnumerable _RechnungenCollection_GetEntityCollection(global::LightSwitchApplication.BezahlartItem.DetailsClass d)
 {
     return(d.ImplementationEntity.RechnungenCollection);
 }
示例#3
0
 private static void _Text_Rechnung_SetImplementationValue(global::LightSwitchApplication.BezahlartItem.DetailsClass d, string v)
 {
     d.ImplementationEntity.Text_Rechnung = v;
 }
示例#4
0
 private static void _RechnungenCollection_Stub(global::Microsoft.LightSwitch.Details.Framework.Base.DetailsCallback <global::LightSwitchApplication.BezahlartItem.DetailsClass, global::Microsoft.LightSwitch.Details.Framework.EntityCollectionProperty <global::LightSwitchApplication.BezahlartItem, global::LightSwitchApplication.BezahlartItem.DetailsClass, global::LightSwitchApplication.Rechnungen> .Data> c, global::LightSwitchApplication.BezahlartItem.DetailsClass d, object sf)
 {
     c(d, ref d._RechnungenCollection, sf);
 }
示例#5
0
 private static void _Text_Rechnung_Stub(global::Microsoft.LightSwitch.Details.Framework.Base.DetailsCallback <global::LightSwitchApplication.BezahlartItem.DetailsClass, global::Microsoft.LightSwitch.Details.Framework.EntityStorageProperty <global::LightSwitchApplication.BezahlartItem, global::LightSwitchApplication.BezahlartItem.DetailsClass, string> .Data> c, global::LightSwitchApplication.BezahlartItem.DetailsClass d, object sf)
 {
     c(d, ref d._Text_Rechnung, sf);
 }
示例#6
0
 private static string _Text_Rechnung_GetImplementationValue(global::LightSwitchApplication.BezahlartItem.DetailsClass d)
 {
     return(d.ImplementationEntity.Text_Rechnung);
 }
示例#7
0
 private static void _RowVersion_SetImplementationValue(global::LightSwitchApplication.BezahlartItem.DetailsClass d, byte[] v)
 {
     d.ImplementationEntity.RowVersion = v;
 }
示例#8
0
 private static byte[] _RowVersion_GetImplementationValue(global::LightSwitchApplication.BezahlartItem.DetailsClass d)
 {
     return(d.ImplementationEntity.RowVersion);
 }
示例#9
0
 private static void _RowVersion_Stub(global::Microsoft.LightSwitch.Details.Framework.Base.DetailsCallback <global::LightSwitchApplication.BezahlartItem.DetailsClass, global::Microsoft.LightSwitch.Details.Framework.EntityStorageProperty <global::LightSwitchApplication.BezahlartItem, global::LightSwitchApplication.BezahlartItem.DetailsClass, byte[]> .Data> c, global::LightSwitchApplication.BezahlartItem.DetailsClass d, object sf)
 {
     c(d, ref d._RowVersion, sf);
 }
示例#10
0
 private static void _Id_SetImplementationValue(global::LightSwitchApplication.BezahlartItem.DetailsClass d, int v)
 {
     d.ImplementationEntity.Id = v;
 }
示例#11
0
 private static int _Id_GetImplementationValue(global::LightSwitchApplication.BezahlartItem.DetailsClass d)
 {
     return(d.ImplementationEntity.Id);
 }