C# 클래스 AlwaysEncryptedSample.Controllers.ControllerBase

상속: Controller
파일 보기 프로젝트 열기: sqlcollaborative/AlwaysEncryptedSample

보호된 프로퍼티들

프로퍼티 타입 설명
_appContext ApplicationDbContext
_log ILog

보호된 메소드들

메소드 설명
ControllerBase ( ) : System.Web.Mvc

메소드 상세

ControllerBase() 보호된 메소드

protected ControllerBase ( ) : System.Web.Mvc
리턴 System.Web.Mvc

프로퍼티 상세

_appContext 보호되어 있는 프로퍼티

protected ApplicationDbContext _appContext
리턴 ApplicationDbContext

_log 보호되어 있는 프로퍼티

protected ILog _log
리턴 ILog