UserStore<TUser,TRole,TContext> Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
öğesinin yeni bir örneğini UserStore<TUser,TRole,TContext>oluşturur.
public UserStore (TContext context, Microsoft.AspNetCore.Identity.IdentityErrorDescriber describer = default);
public UserStore (TContext context, Microsoft.AspNetCore.Identity.IdentityErrorDescriber? describer = default);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<'User, 'Role, 'Context (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser<string> and 'Role :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole<string> and 'Context :> Microsoft.EntityFrameworkCore.DbContext)> : 'Context * Microsoft.AspNetCore.Identity.IdentityErrorDescriber -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<'User, 'Role, 'Context (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser<string> and 'Role :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole<string> and 'Context :> Microsoft.EntityFrameworkCore.DbContext)>
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<'User, 'Role, 'Context (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<string> and 'Role :> Microsoft.AspNetCore.Identity.IdentityRole<string> and 'Context :> Microsoft.EntityFrameworkCore.DbContext)> : 'Context * Microsoft.AspNetCore.Identity.IdentityErrorDescriber -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<'User, 'Role, 'Context (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<string> and 'Role :> Microsoft.AspNetCore.Identity.IdentityRole<string> and 'Context :> Microsoft.EntityFrameworkCore.DbContext)>
Public Sub New (context As TContext, Optional describer As IdentityErrorDescriber = Nothing)
Parametreler
- context
- TContext
- describer
- IdentityErrorDescriber