C# 클래스 Affecto.IdentityManagement.Store.EntityFramework.DbContext

상속: System.Data.Entity.DbContext, IDbContext
파일 보기 프로젝트 열기: affecto/dotnet-IdentityManagement

공개 메소드들

메소드 설명
DbContext ( ) : System.Data.Common
SaveChanges ( ) : void

보호된 메소드들

메소드 설명
DbContext ( DbConnection connection ) : System.Data.Common
FormatTableName ( string tableName ) : string
OnModelCreating ( DbModelBuilder modelBuilder ) : void

비공개 메소드들

메소드 설명
SpecifyAccount ( DbModelBuilder modelBuilder ) : void
SpecifyCustomProperty ( DbModelBuilder modelBuilder ) : void
SpecifyGroup ( DbModelBuilder modelBuilder ) : void
SpecifyOrganization ( DbModelBuilder modelBuilder ) : void
SpecifyPermission ( DbModelBuilder modelBuilder ) : void
SpecifyRole ( DbModelBuilder modelBuilder ) : void
SpecifyUser ( DbModelBuilder modelBuilder ) : void

메소드 상세

DbContext() 공개 메소드

public DbContext ( ) : System.Data.Common
리턴 System.Data.Common

DbContext() 보호된 메소드

protected DbContext ( DbConnection connection ) : System.Data.Common
connection System.Data.Common.DbConnection
리턴 System.Data.Common

FormatTableName() 보호된 메소드

protected FormatTableName ( string tableName ) : string
tableName string
리턴 string

OnModelCreating() 보호된 메소드

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

SaveChanges() 공개 메소드

public SaveChanges ( ) : void
리턴 void