C# 클래스 Emergy.Api.Controllers.MasterApiController

상속: ApiController
파일 보기 프로젝트 열기: gboduljak/Emergy

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Error ( ) : IHttpActionResult
Error ( Microsoft.AspNet.Identity.IdentityResult result ) : IHttpActionResult
MasterApiController ( ) : System.Web
MasterApiController ( ApplicationUserManager userManager, ApplicationRoleManager roleManager, IAccountService accountService, IReCaptchaValidator reCaptchaValidator ) : System.Web
SetEmailTemplates ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Error() 보호된 메소드

protected Error ( ) : IHttpActionResult
리턴 IHttpActionResult

Error() 보호된 메소드

protected Error ( Microsoft.AspNet.Identity.IdentityResult result ) : IHttpActionResult
result Microsoft.AspNet.Identity.IdentityResult
리턴 IHttpActionResult

MasterApiController() 보호된 메소드

protected MasterApiController ( ) : System.Web
리턴 System.Web

MasterApiController() 보호된 메소드

protected MasterApiController ( ApplicationUserManager userManager, ApplicationRoleManager roleManager, IAccountService accountService, IReCaptchaValidator reCaptchaValidator ) : System.Web
userManager ApplicationUserManager
roleManager ApplicationRoleManager
accountService IAccountService
reCaptchaValidator IReCaptchaValidator
리턴 System.Web

SetEmailTemplates() 보호된 메소드

protected SetEmailTemplates ( ) : void
리턴 void