Exemplo n.º 1
0
 private static void _Bookstore_Refresh(global::LightSwitchApplication.Document.DetailsClass d)
 {
     d.RefreshNavigationProperty(global::LightSwitchApplication.Document.DetailsClass.PropertySetProperties.Bookstore, ref d._Bookstore);
 }
Exemplo n.º 2
0
 private static global::LightSwitchApplication.Bookstore _Bookstore_GetImplementationValue(global::LightSwitchApplication.Document.DetailsClass d)
 {
     return d.GetImplementationValue<global::LightSwitchApplication.Bookstore, global::LightSwitchApplication.Bookstore.DetailsClass>(global::LightSwitchApplication.Document.DetailsClass.PropertySetProperties.Bookstore, ref d._Bookstore);
 }
Exemplo n.º 3
0
 private static void _Bookstore_SetImplementationValue(global::LightSwitchApplication.Document.DetailsClass d, global::LightSwitchApplication.Bookstore v)
 {
     d.SetImplementationValue(global::LightSwitchApplication.Document.DetailsClass.PropertySetProperties.Bookstore, ref d._Bookstore, (i, ev) => i.Bookstore = ev, v);
 }
Exemplo n.º 4
0
 private static void _Bookstore_Stub(global::Microsoft.LightSwitch.Details.Framework.Base.DetailsCallback<global::LightSwitchApplication.Document.DetailsClass, global::Microsoft.LightSwitch.Details.Framework.EntityReferenceProperty<global::LightSwitchApplication.Document, global::LightSwitchApplication.Document.DetailsClass, global::LightSwitchApplication.Bookstore>.Data> c, global::LightSwitchApplication.Document.DetailsClass d, object sf)
 {
     c(d, ref d._Bookstore, sf);
 }
Exemplo n.º 5
0
 private static global::Microsoft.LightSwitch.Internal.IEntityImplementation _Bookstore_GetCoreImplementationValue(global::LightSwitchApplication.Document.DetailsClass d)
 {
     return d.ImplementationEntity.Bookstore;
 }
Exemplo n.º 6
0
 private static global::System.Collections.Generic.IEnumerable<global::LightSwitchApplication.BooksForDocument> _BooksForDocuments_GetReferencedEntities(global::LightSwitchApplication.Document.DetailsClass d)
 {
     return d.GetReferencedEntities<global::LightSwitchApplication.BooksForDocument, global::LightSwitchApplication.BooksForDocument.DetailsClass>(global::LightSwitchApplication.Document.DetailsClass.PropertySetProperties.BooksForDocuments, ref d._BooksForDocuments);
 }
Exemplo n.º 7
0
 private static global::System.Collections.IEnumerable _BooksForDocuments_GetEntityCollection(global::LightSwitchApplication.Document.DetailsClass d)
 {
     return d.ImplementationEntity.BooksForDocuments;
 }
Exemplo n.º 8
0
 private static global::System.Nullable<global::System.DateTime> _DocumentDate_GetImplementationValue(global::LightSwitchApplication.Document.DetailsClass d)
 {
     return d.ImplementationEntity.DocumentDate;
 }
Exemplo n.º 9
0
 private static void _DocumentDate_SetImplementationValue(global::LightSwitchApplication.Document.DetailsClass d, global::System.Nullable<global::System.DateTime> v)
 {
     d.ImplementationEntity.DocumentDate = global::LightSwitchApplication.Document.DetailsClass.TruncateDate(v);
 }
Exemplo n.º 10
0
 private static void _DocumentDate_Stub(global::Microsoft.LightSwitch.Details.Framework.Base.DetailsCallback<global::LightSwitchApplication.Document.DetailsClass, global::Microsoft.LightSwitch.Details.Framework.EntityStorageProperty<global::LightSwitchApplication.Document, global::LightSwitchApplication.Document.DetailsClass, global::System.Nullable<global::System.DateTime>>.Data> c, global::LightSwitchApplication.Document.DetailsClass d, object sf)
 {
     c(d, ref d._DocumentDate, sf);
 }
Exemplo n.º 11
0
 private static void _DocumentNumber_SetImplementationValue(global::LightSwitchApplication.Document.DetailsClass d, string v)
 {
     d.ImplementationEntity.DocumentNumber = v;
 }
Exemplo n.º 12
0
 private static string _DocumentNumber_GetImplementationValue(global::LightSwitchApplication.Document.DetailsClass d)
 {
     return d.ImplementationEntity.DocumentNumber;
 }
Exemplo n.º 13
0
 private static void _DocumentNumber_Stub(global::Microsoft.LightSwitch.Details.Framework.Base.DetailsCallback<global::LightSwitchApplication.Document.DetailsClass, global::Microsoft.LightSwitch.Details.Framework.EntityStorageProperty<global::LightSwitchApplication.Document, global::LightSwitchApplication.Document.DetailsClass, string>.Data> c, global::LightSwitchApplication.Document.DetailsClass d, object sf)
 {
     c(d, ref d._DocumentNumber, sf);
 }
Exemplo n.º 14
0
 private static int _Id_GetImplementationValue(global::LightSwitchApplication.Document.DetailsClass d)
 {
     return d.ImplementationEntity.Id;
 }