Inheritance: PersistentObject
Ejemplo n.º 1
0
 protected virtual void OnConstruct(PhonePersistentObject po) {}
Ejemplo n.º 2
0
 protected virtual void OnOpen(PhonePersistentObject po)
 {
     Client.RootFrame.Navigate(new Uri("/Vidyano.Phone;component/View/Pages/PersistentObjectPage.xaml?id=" + Client.CurrentClient.AddCachedObject(po), UriKind.Relative));
 }
 public PhonePersistentObjectTabAttributes(PhonePersistentObject phoneParent, PersistentObjectAttribute[] attributes, string title, PersistentObject parent)
     : base(attributes, title, parent)
 {
     this.phoneParent = phoneParent;
 }
 public PhonePersistentObjectTabQuery(PhonePersistentObject phoneParent, Query query)
     : base(query)
 {
     this.phoneParent = phoneParent;
 }
Ejemplo n.º 5
0
        protected override void OnConstruct(PhonePersistentObject po)
        {
            base.OnConstruct(po);

            po.LayoutMode = LayoutMode.Panorama;
        }