Home
last modified time | relevance | path

Searched defs:InMemoryContext (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/EF.InMemory.Test/
H A DInMemoryContext.cs9 public class InMemoryContext : class
12 public InMemoryContext(DbContextOptions options) : base(options) in InMemoryContext() method in Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.InMemoryContext
16 public class InMemoryContext<TUser> : class
20 public InMemoryContext(DbContextOptions options) : base(options) in InMemoryContext() method in Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.InMemoryContext
29 public class InMemoryContext<TUser, TRole, TKey> : IdentityDbContext<TUser, TRole, TKey> class
34 public InMemoryContext(DbContextOptions options) : base(options) in InMemoryContext() method in Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.InMemoryContext
43 …public abstract class InMemoryContext<TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TRole… class
53 public InMemoryContext(DbContextOptions options) : base(options) { } in InMemoryContext() method in Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.InMemoryContext