C# 클래스 cloudscribe.Core.IdentityServer.EFCore.DbContexts.PersistedGrantDbContextBase

상속: DbContext
파일 보기 프로젝트 열기: joeaudette/cloudscribe

공개 메소드들

메소드 설명
PersistedGrantDbContextBase ( DbContextOptions options ) : cloudscribe.Core.IdentityServer.EFCore.Entities
SaveChangesAsync ( ) : Task

보호된 메소드들

메소드 설명
OnModelCreating ( ModelBuilder modelBuilder ) : void

메소드 상세

OnModelCreating() 보호된 메소드

protected OnModelCreating ( ModelBuilder modelBuilder ) : void
modelBuilder ModelBuilder
리턴 void

PersistedGrantDbContextBase() 공개 메소드

public PersistedGrantDbContextBase ( DbContextOptions options ) : cloudscribe.Core.IdentityServer.EFCore.Entities
options DbContextOptions
리턴 cloudscribe.Core.IdentityServer.EFCore.Entities

SaveChangesAsync() 공개 메소드

public SaveChangesAsync ( ) : Task
리턴 Task