private void InitializeContext() { HashTags = new BrightstarEntitySet <BrightstarDB.Samples.EntityFramework.TweetBox.IHashTag>(this); SocialNetworkAccounts = new BrightstarEntitySet <BrightstarDB.Samples.EntityFramework.TweetBox.ISocialNetworkAccount>(this); Tweets = new BrightstarEntitySet <BrightstarDB.Samples.EntityFramework.TweetBox.ITweet>(this); Users = new BrightstarEntitySet <BrightstarDB.Samples.EntityFramework.TweetBox.IUser>(this); }
private void InitializeContext() { HashTags = new BrightstarEntitySet<BrightstarDB.Samples.EntityFramework.TweetBox.IHashTag>(this); SocialNetworkAccounts = new BrightstarEntitySet<BrightstarDB.Samples.EntityFramework.TweetBox.ISocialNetworkAccount>(this); Tweets = new BrightstarEntitySet<BrightstarDB.Samples.EntityFramework.TweetBox.ITweet>(this); Users = new BrightstarEntitySet<BrightstarDB.Samples.EntityFramework.TweetBox.IUser>(this); }
private void InitializeContext() { BirthEvents = new BrightstarEntitySet <BrightstarDB.Gedcom.IBirthEvent>(this); DeathEvents = new BrightstarEntitySet <BrightstarDB.Gedcom.IDeathEvent>(this); Families = new BrightstarEntitySet <BrightstarDB.Gedcom.IFamily>(this); Individuals = new BrightstarEntitySet <BrightstarDB.Gedcom.IIndividual>(this); MarriageEvents = new BrightstarEntitySet <BrightstarDB.Gedcom.IMarriageEvent>(this); }
private void InitializeContext() { BirthEvents = new BrightstarEntitySet<BrightstarDB.Gedcom.IBirthEvent>(this); DeathEvents = new BrightstarEntitySet<BrightstarDB.Gedcom.IDeathEvent>(this); Families = new BrightstarEntitySet<BrightstarDB.Gedcom.IFamily>(this); Individuals = new BrightstarEntitySet<BrightstarDB.Gedcom.IIndividual>(this); MarriageEvents = new BrightstarEntitySet<BrightstarDB.Gedcom.IMarriageEvent>(this); }
private void InitializeContext() { Accounts = new BrightstarEntitySet <Account>(this); Stores = new BrightstarEntitySet <Store>(this); StoreAccesss = new BrightstarEntitySet <StoreAccess>(this); Subscriptions = new BrightstarEntitySet <Subscription>(this); UserTokens = new BrightstarEntitySet <UserToken>(this); }
private void InitializeContext() { Accounts = new BrightstarEntitySet<Account>(this); Stores = new BrightstarEntitySet<Store>(this); StoreAccesss = new BrightstarEntitySet<StoreAccess>(this); Subscriptions = new BrightstarEntitySet<Subscription>(this); UserTokens = new BrightstarEntitySet<UserToken>(this); }
private void InitializeContext() { Articles = new BrightstarEntitySet<Article>(this); Departments = new BrightstarEntitySet<Department>(this); JobRoles = new BrightstarEntitySet<JobRole>(this); Persons = new BrightstarEntitySet<Person>(this); Skills = new BrightstarEntitySet<Skill>(this); Websites = new BrightstarEntitySet<Website>(this); }
private void InitializeContext() { Articles = new BrightstarEntitySet <BrightstarDB.PerformanceTests.Model.IArticle>(this); Departments = new BrightstarEntitySet <BrightstarDB.PerformanceTests.Model.IDepartment>(this); JobRoles = new BrightstarEntitySet <BrightstarDB.PerformanceTests.Model.IJobRole>(this); Persons = new BrightstarEntitySet <BrightstarDB.PerformanceTests.Model.IPerson>(this); Skills = new BrightstarEntitySet <BrightstarDB.PerformanceTests.Model.ISkill>(this); Websites = new BrightstarEntitySet <BrightstarDB.PerformanceTests.Model.IWebsite>(this); }
private void InitializeContext() { Articles = new BrightstarEntitySet <Article>(this); Departments = new BrightstarEntitySet <Department>(this); JobRoles = new BrightstarEntitySet <JobRole>(this); Persons = new BrightstarEntitySet <Person>(this); Skills = new BrightstarEntitySet <Skill>(this); Websites = new BrightstarEntitySet <Website>(this); }
private void InitializeContext() { Animals = new BrightstarEntitySet <BrightstarDB.Server.IntegrationTests.Context.IAnimal>(this); Departments = new BrightstarEntitySet <BrightstarDB.Server.IntegrationTests.Context.IDepartment>(this); FoafAgents = new BrightstarEntitySet <BrightstarDB.Server.IntegrationTests.Context.IFoafAgent>(this); FoafPersons = new BrightstarEntitySet <BrightstarDB.Server.IntegrationTests.Context.IFoafPerson>(this); JobRoles = new BrightstarEntitySet <BrightstarDB.Server.IntegrationTests.Context.IJobRole>(this); Persons = new BrightstarEntitySet <BrightstarDB.Server.IntegrationTests.Context.IPerson>(this); Skills = new BrightstarEntitySet <BrightstarDB.Server.IntegrationTests.Context.ISkill>(this); }
private void InitializeContext() { Animals = new BrightstarEntitySet <BrightstarDB.Portable.Android.Tests.EntityFramework.IAnimal>(this); Departments = new BrightstarEntitySet <BrightstarDB.Portable.Android.Tests.EntityFramework.IDepartment>(this); Entities = new BrightstarEntitySet <BrightstarDB.Portable.Android.Tests.EntityFramework.IEntity>(this); FoafAgents = new BrightstarEntitySet <BrightstarDB.Portable.Android.Tests.EntityFramework.IFoafAgent>(this); FoafPersons = new BrightstarEntitySet <BrightstarDB.Portable.Android.Tests.EntityFramework.IFoafPerson>(this); JobRoles = new BrightstarEntitySet <BrightstarDB.Portable.Android.Tests.EntityFramework.IJobRole>(this); Persons = new BrightstarEntitySet <BrightstarDB.Portable.Android.Tests.EntityFramework.IPerson>(this); Skills = new BrightstarEntitySet <BrightstarDB.Portable.Android.Tests.EntityFramework.ISkill>(this); }
private void InitializeContext() { Articles = new BrightstarEntitySet <BrightstarDB.OData.Tests.IArticle>(this); Companies = new BrightstarEntitySet <BrightstarDB.OData.Tests.ICompany>(this); DataTypeTestEntities = new BrightstarEntitySet <BrightstarDB.OData.Tests.IDataTypeTestEntity>(this); Departments = new BrightstarEntitySet <BrightstarDB.OData.Tests.IDepartment>(this); JobRoles = new BrightstarEntitySet <BrightstarDB.OData.Tests.IJobRole>(this); Persons = new BrightstarEntitySet <BrightstarDB.OData.Tests.IPerson>(this); Projects = new BrightstarEntitySet <BrightstarDB.OData.Tests.IProject>(this); Skills = new BrightstarEntitySet <BrightstarDB.OData.Tests.ISkill>(this); }
private void InitializeContext() { Articles = new BrightstarEntitySet<BrightstarDB.OData.Tests.IArticle>(this); Companies = new BrightstarEntitySet<BrightstarDB.OData.Tests.ICompany>(this); DataTypeTestEntities = new BrightstarEntitySet<BrightstarDB.OData.Tests.IDataTypeTestEntity>(this); Departments = new BrightstarEntitySet<BrightstarDB.OData.Tests.IDepartment>(this); JobRoles = new BrightstarEntitySet<BrightstarDB.OData.Tests.IJobRole>(this); Persons = new BrightstarEntitySet<BrightstarDB.OData.Tests.IPerson>(this); Projects = new BrightstarEntitySet<BrightstarDB.OData.Tests.IProject>(this); Skills = new BrightstarEntitySet<BrightstarDB.OData.Tests.ISkill>(this); }
private void InitializeContext() { Agents = new BrightstarEntitySet <RSPO.IAgent>(this); Objects = new BrightstarEntitySet <RSPO.IObject>(this); Offers = new BrightstarEntitySet <RSPO.IOffer>(this); Locations = new BrightstarEntitySet <RSPO.ILocation>(this); Countries = new BrightstarEntitySet <RSPO.ICountry>(this); Regions = new BrightstarEntitySet <RSPO.IRegion>(this); Sites = new BrightstarEntitySet <RSPO.ISite>(this); BuildingSeriess = new BrightstarEntitySet <RSPO.IBuildingSeries>(this); Properties = new BrightstarEntitySet <RSPO.IProperty>(this); PropertyTypes = new BrightstarEntitySet <RSPO.IPropertyType>(this); }
private void InitializeContext() { Animals = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.IAnimal>(this); Articles = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.IArticle>(this); BaseEntities = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.IBaseEntity>(this); Companies = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.ICompany>(this); DBPediaPersons = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.IDBPediaPerson>(this); Departments = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.IDepartment>(this); DerivedEntities = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.IDerivedEntity>(this); Entities = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.IEntity>(this); FoafAgents = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.IFoafAgent>(this); FoafPersons = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.IFoafPerson>(this); IdentityClashTests = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.IIdentityClashTest>(this); IdentityClashTestLevel1s = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.IIdentityClashTestLevel1>(this); IdentityClashTestLevel2s = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.IIdentityClashTestLevel2>(this); JobRoles = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.IJobRole>(this); Markets = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.IMarket>(this); Persons = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.IPerson>(this); Sessions = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.ISession>(this); EveningSessions = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.IEveningSession>(this); TechnicalEveningSessions = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.ITechnicalEveningSession>(this); Skills = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.ISkill>(this); Trackables = new BrightstarEntitySet <BrightstarDB.Tests.EntityFramework.ITrackable>(this); }
private void InitializeContext() { Notes = new BrightstarEntitySet <BrightstarNotes.DataModel.INote>(this); NoteCategories = new BrightstarEntitySet <BrightstarNotes.DataModel.INoteCategory>(this); }
private void InitializeContext() { Persons = new BrightstarEntitySet<Person>(this); Animals = new BrightstarEntitySet<Animal>(this); Skills = new BrightstarEntitySet<Skill>(this); }
private void InitializeContext() { Animals = new BrightstarEntitySet<BrightstarDB.Server.IntegrationTests.Context.IAnimal>(this); Departments = new BrightstarEntitySet<BrightstarDB.Server.IntegrationTests.Context.IDepartment>(this); FoafAgents = new BrightstarEntitySet<BrightstarDB.Server.IntegrationTests.Context.IFoafAgent>(this); FoafPersons = new BrightstarEntitySet<BrightstarDB.Server.IntegrationTests.Context.IFoafPerson>(this); JobRoles = new BrightstarEntitySet<BrightstarDB.Server.IntegrationTests.Context.IJobRole>(this); Persons = new BrightstarEntitySet<BrightstarDB.Server.IntegrationTests.Context.IPerson>(this); Skills = new BrightstarEntitySet<BrightstarDB.Server.IntegrationTests.Context.ISkill>(this); }
private void InitializeContext() { Poems = new BrightstarEntitySet <Hqub.Esenin.App.Model.IPoem>(this); Quatrains = new BrightstarEntitySet <Hqub.Esenin.App.Model.IQuatrain>(this); }
private void InitializeContext() { Notes = new BrightstarEntitySet<BrightstarNotes.DataModel.INote>(this); NoteCategories = new BrightstarEntitySet<BrightstarNotes.DataModel.INoteCategory>(this); }
private void InitializeContext() { Events = new BrightstarEntitySet<BSD_Test4.Models.IEvent>(this); Performances = new BrightstarEntitySet<BSD_Test4.Models.IPerformance>(this); Photos = new BrightstarEntitySet<BSD_Test4.Models.IPhoto>(this); Persons = new BrightstarEntitySet<BSD_Test4.Models.IPerson>(this); Productions = new BrightstarEntitySet<BSD_Test4.Models.IProduction>(this); ProductionMembers = new BrightstarEntitySet<BSD_Test4.Models.IProductionMember>(this); Roles = new BrightstarEntitySet<BSD_Test4.Models.IRole>(this); }
private void InitializeContext() { Books = new BrightstarEntitySet <BrightStarDb_App1.IBook>(this); }
private void InitializeContext() { Notes = new BrightstarEntitySet<BrightstarDB.Mobile.Tests.EntityFramework.INote>(this); }
private void InitializeContext() { Workers = new BrightstarEntitySet <API.Models.BrightstarDBModels.IWorker>(this); }
private void InitializeContext() { Persons = new BrightstarEntitySet<BrightstarDB.Samples.EntityFramework.Foaf.IPerson>(this); }
private void InitializeContext() { Persons = new BrightstarEntitySet <BrightstarDB.Samples.EntityFramework.Foaf.IPerson>(this); }
private void InitializeContext() { Notes = new BrightstarEntitySet<Note>(this); }
public MyEntityContext(string connectionString, bool?enableOptimisticLocking = null, string updateGraphUri = null, IEnumerable <string> datasetGraphUris = null, string versionGraphUri = null) : base(connectionString, enableOptimisticLocking, updateGraphUri, datasetGraphUris, versionGraphUri) { Ticks = new BrightstarEntitySet <DatabaseBenchmark.Databases.ITick>(this); }
private void InitializeContext() { Departments = new BrightstarEntitySet<BrightstarDB.OData.IDepartment>(this); Persons = new BrightstarEntitySet<BrightstarDB.OData.IPerson>(this); Skills = new BrightstarEntitySet<BrightstarDB.OData.ISkill>(this); }
private void InitializeContext() { FoafPersons = new BrightstarEntitySet <BrightstarDB.PerformanceBenchmarks.Models.IFoafPerson>(this); }
private void InitializeContext() { Actors = new BrightstarEntitySet <BrightstarDB.Samples.EntityFramework.GettingStarted.IActor>(this); Films = new BrightstarEntitySet <BrightstarDB.Samples.EntityFramework.GettingStarted.IFilm>(this); }
private void InitializeContext() { Articles = new BrightstarEntitySet<BrightstarDB.Samples.EntityFramework.ChangeTracking.IArticle>(this); Trackables = new BrightstarEntitySet<BrightstarDB.Samples.EntityFramework.ChangeTracking.ITrackable>(this); }
private void InitializeContext() { Actors = new BrightstarEntitySet<BrightstarDB.Samples.EntityFramework.GettingStarted.IActor>(this); Films = new BrightstarEntitySet<BrightstarDB.Samples.EntityFramework.GettingStarted.IFilm>(this); }
private void InitializeContext() { Categories = new BrightstarEntitySet <GettingStarted.DataModel.ICategory>(this); Notes = new BrightstarEntitySet <GettingStarted.DataModel.INote>(this); }
private void InitializeContext() { Dinners = new BrightstarEntitySet<BrightstarDB.Samples.NerdDinner.Models.IDinner>(this); NerdDinnerLogins = new BrightstarEntitySet<BrightstarDB.Samples.NerdDinner.Models.INerdDinnerLogin>(this); RSVPs = new BrightstarEntitySet<BrightstarDB.Samples.NerdDinner.Models.IRSVP>(this); }
private void InitializeContext() { Articles = new BrightstarEntitySet <BrightstarDB.Samples.EntityFramework.ChangeTracking.IArticle>(this); Trackables = new BrightstarEntitySet <BrightstarDB.Samples.EntityFramework.ChangeTracking.ITrackable>(this); }
private void InitializeContext() { Concepts = new BrightstarEntitySet <imbNLP.Data.semanticLexicon.core.IConcept>(this); TermInstances = new BrightstarEntitySet <imbNLP.Data.semanticLexicon.core.ITermInstance>(this); TermLemmas = new BrightstarEntitySet <imbNLP.Data.semanticLexicon.core.ITermLemma>(this); }
private void InitializeContext() { Dinners = new BrightstarEntitySet <BrightstarDB.Samples.NerdDinner.Models.IDinner>(this); NerdDinnerLogins = new BrightstarEntitySet <BrightstarDB.Samples.NerdDinner.Models.INerdDinnerLogin>(this); RSVPs = new BrightstarEntitySet <BrightstarDB.Samples.NerdDinner.Models.IRSVP>(this); }
private void InitializeContext() { Notes = new BrightstarEntitySet <Note>(this); }
private void InitializeContext() { Events = new BrightstarEntitySet <BrightstarDB.Models.EventFeed.IEvent>(this); Subscribers = new BrightstarEntitySet <BrightstarDB.Models.EventFeed.ISubscriber>(this); Topics = new BrightstarEntitySet <BrightstarDB.Models.EventFeed.ITopic>(this); }
private void InitializeContext() { Persons = new BrightstarEntitySet <Person>(this); Animals = new BrightstarEntitySet <Animal>(this); Skills = new BrightstarEntitySet <Skill>(this); }
private void InitializeContext() { Categories = new BrightstarEntitySet<GettingStarted.DataModel.ICategory>(this); Notes = new BrightstarEntitySet<GettingStarted.DataModel.INote>(this); }
private void InitializeContext() { Events = new BrightstarEntitySet<BrightstarDB.Models.EventFeed.IEvent>(this); Subscribers = new BrightstarEntitySet<BrightstarDB.Models.EventFeed.ISubscriber>(this); Topics = new BrightstarEntitySet<BrightstarDB.Models.EventFeed.ITopic>(this); }
private void InitializeContext() { Animals = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.IAnimal>(this); Articles = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.IArticle>(this); BaseEntities = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.IBaseEntity>(this); Companies = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.ICompany>(this); Concepts = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.IConcept>(this); DBPediaPersons = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.IDBPediaPerson>(this); Departments = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.IDepartment>(this); DerivedEntities = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.IDerivedEntity>(this); Entities = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.IEntity>(this); FoafAgents = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.IFoafAgent>(this); FoafPersons = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.IFoafPerson>(this); IdentityClashTests = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.IIdentityClashTest>(this); IdentityClashTestLevel1s = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.IIdentityClashTestLevel1>(this); IdentityClashTestLevel2s = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.IIdentityClashTestLevel2>(this); JobRoles = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.IJobRole>(this); Markets = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.IMarket>(this); Persons = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.IPerson>(this); Sessions = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.ISession>(this); EveningSessions = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.IEveningSession>(this); TechnicalEveningSessions = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.ITechnicalEveningSession>(this); Skills = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.ISkill>(this); Trackables = new BrightstarEntitySet<BrightstarDB.Tests.EntityFramework.ITrackable>(this); }
private void InitializeContext() { Characters = new BrightstarEntitySet<BSD_Test7.Models.ICharacter>(this); Credits = new BrightstarEntitySet<BSD_Test7.Models.ICredit>(this); Persons = new BrightstarEntitySet<BSD_Test7.Models.IPerson>(this); Productions = new BrightstarEntitySet<BSD_Test7.Models.IProduction>(this); Roles = new BrightstarEntitySet<BSD_Test7.Models.IRole>(this); }
private void InitializeContext() { Departments = new BrightstarEntitySet <BrightstarDB.OData.IDepartment>(this); Persons = new BrightstarEntitySet <BrightstarDB.OData.IPerson>(this); Skills = new BrightstarEntitySet <BrightstarDB.OData.ISkill>(this); }
private void InitializeContext() { Actors = new BrightstarEntitySet <Star.IActor>(this); Films = new BrightstarEntitySet <Star.IFilm>(this); }