Esempio n. 1
0
 private static Microsoft.Synchronization.ClientServices.IsolatedStorage.IsolatedStorageSchema GetSchema() {
     Microsoft.Synchronization.ClientServices.IsolatedStorage.IsolatedStorageSchema schema = new Microsoft.Synchronization.ClientServices.IsolatedStorage.IsolatedStorageSchema();
     schema.AddCollection<Tag>();
     schema.AddCollection<Priority>();
     schema.AddCollection<Status>();
     schema.AddCollection<User>();
     schema.AddCollection<List>();
     schema.AddCollection<Item>();
     schema.AddCollection<TagItemMapping>();
     return schema;
 }
 private static Microsoft.Synchronization.ClientServices.IsolatedStorage.IsolatedStorageSchema GetSchema()
 {
     Microsoft.Synchronization.ClientServices.IsolatedStorage.IsolatedStorageSchema schema = new Microsoft.Synchronization.ClientServices.IsolatedStorage.IsolatedStorageSchema();
     schema.AddCollection <Tag>();
     schema.AddCollection <Priority>();
     schema.AddCollection <Status>();
     schema.AddCollection <User>();
     schema.AddCollection <List>();
     schema.AddCollection <Item>();
     schema.AddCollection <TagItemMapping>();
     return(schema);
 }