documentation.HELP! Blog Documentation

Blog.Models Namespace

Blog

previous page next page
A Sandcastle Documented MVC project - Blog
Blog.Models Namespace

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "N:Blog.Models"]

Classes
  ClassDescription
Public classAddPhoneNumberViewModel
Public classApplicationUser
Public classArticle
Public classArticleViewModel
Public classBlogDbContext
Public classChangePasswordViewModel
Public classConfigureTwoFactorViewModel
Public classEditUserViewModel
Public classExternalLoginConfirmationViewModel
Public classExternalLoginListViewModel
Public classFactorViewModel
Public classForgotPasswordViewModel
Public classForgotViewModel
Public classIndexViewModel
Public classLoginViewModel
Public classManageLoginsViewModel
Public classRegisterViewModel
Public classResetPasswordViewModel
Public classRole
Public classSendCodeViewModel
Public classSetPasswordViewModel
Public classVerifyCodeViewModel
Public classVerifyPhoneNumberViewModel
previous page start next page

Menu

  • Homepage

Table of contents

  • test1
  • Blog
  • ApplicationSignInManager Class
  • ApplicationSignInManager Constructor
  • ApplicationSignInManager Properties
  • ApplicationSignInManager Methods
  • Create Method
  • CreateUserIdentityAsync Method
  • ApplicationUserManager Class
  • ApplicationUserManager Constructor
  • ApplicationUserManager Properties
  • ApplicationUserManager Methods
  • Create Method
  • BundleConfig Class
  • BundleConfig Constructor
  • BundleConfig Methods
  • RegisterBundles Method
  • EmailService Class
  • EmailService Constructor
  • EmailService Methods
  • SendAsync Method
  • FilterConfig Class
  • FilterConfig Constructor
  • FilterConfig Methods
  • RegisterGlobalFilters Method
  • MvcApplication Class
  • MvcApplication Constructor
  • MvcApplication Properties
  • MvcApplication Methods
  • Application_Start Method
  • MvcApplication Events
  • RouteConfig Class
  • RouteConfig Constructor
  • RouteConfig Methods
  • RegisterRoutes Method
  • SmsService Class
  • SmsService Constructor
  • SmsService Methods
  • SendAsync Method
  • Startup Class
  • Startup Constructor
  • Startup Methods
  • Configuration Method
  • ConfigureAuth Method
  • Blog.Controllers Namespaces
  • Blog.Controllers
  • AccountController Class
  • AccountController Constructor
  • AccountController Constructor
  • AccountController Constructor (ApplicationUserManager, ApplicationSignInManager)
  • AccountController Properties
  • SignInManager Property
  • UserManager Property
  • AccountController Methods
  • ConfirmEmail Method
  • Dispose Method
  • Dispose Method (Boolean)
  • ExternalLogin Method
  • ExternalLoginCallback Method
  • ExternalLoginConfirmation Method
  • ExternalLoginFailure Method
  • ForgotPassword Method
  • ForgotPassword Method
  • ForgotPassword Method (ForgotPasswordViewModel)
  • ForgotPasswordConfirmation Method
  • Login Method
  • Login Method (String)
  • Login Method (LoginViewModel, String)
  • LogOff Method
  • Register Method
  • Register Method
  • Register Method (RegisterViewModel)
  • ResetPassword Method
  • ResetPassword Method (String)
  • ResetPassword Method (ResetPasswordViewModel)
  • ResetPasswordConfirmation Method
  • SendCode Method
  • SendCode Method (SendCodeViewModel)
  • SendCode Method (String, Boolean)
  • VerifyCode Method
  • VerifyCode Method (VerifyCodeViewModel)
  • VerifyCode Method (String, String, Boolean)
  • ArticleController Class
  • ArticleController Constructor
  • ArticleController Properties
  • ArticleController Methods
  • Create Method
  • Create Method
  • Create Method (Article)
  • Delete Method
  • DeleteConfirmed Method
  • Details Method
  • Edit Method
  • Edit Method (Nullable(Int32))
  • Edit Method (ArticleViewModel)
  • Index Method
  • List Method
  • HomeController Class
  • HomeController Constructor
  • HomeController Properties
  • HomeController Methods
  • Index Method
  • ManageController Class
  • ManageController Constructor
  • ManageController Constructor
  • ManageController Constructor (ApplicationUserManager, ApplicationSignInManager)
  • ManageController Properties
  • SignInManager Property
  • UserManager Property
  • ManageController Methods
  • AddPhoneNumber Method
  • AddPhoneNumber Method
  • AddPhoneNumber Method (AddPhoneNumberViewModel)
  • ChangePassword Method
  • ChangePassword Method
  • ChangePassword Method (ChangePasswordViewModel)
  • DisableTwoFactorAuthentication Method
  • Dispose Method
  • Dispose Method (Boolean)
  • EnableTwoFactorAuthentication Method
  • Index Method
  • LinkLogin Method
  • LinkLoginCallback Method
  • ManageLogins Method
  • RemoveLogin Method
  • RemovePhoneNumber Method
  • SetPassword Method
  • SetPassword Method
  • SetPassword Method (SetPasswordViewModel)
  • VerifyPhoneNumber Method
  • VerifyPhoneNumber Method (String)
  • VerifyPhoneNumber Method (VerifyPhoneNumberViewModel)
  • ManageController.ManageMessageId Enumeration
  • Blog.Controllers.Admin
  • UserController Class
  • UserController Constructor
  • UserController Properties
  • UserController Methods
  • Delete Method
  • DeleteConfirmed Method
  • Edit Method
  • Edit Method (String)
  • Edit Method (String, EditUserViewModel)
  • Index Method
  • List Method
  • Blog.Migrations
  • Configuration Class
  • Configuration Constructor
  • Configuration Properties
  • Configuration Methods
  • Blog.Models
  • AddPhoneNumberViewModel Class
  • AddPhoneNumberViewModel Constructor
  • AddPhoneNumberViewModel Properties
  • Number Property
  • AddPhoneNumberViewModel Methods
  • ApplicationUser Class
  • ApplicationUser Constructor
  • ApplicationUser Properties
  • FullName Property
  • ApplicationUser Methods
  • GenerateUserIdentityAsync Method
  • Article Class
  • Article Constructor
  • Article Properties
  • Author Property
  • AuthorId Property
  • Content Property
  • Id Property
  • Title Property
  • Article Methods
  • IsAuthor Method
  • ArticleViewModel Class
  • ArticleViewModel Constructor
  • ArticleViewModel Properties
  • AuthorId Property
  • Content Property
  • Id Property
  • Title Property
  • ArticleViewModel Methods
  • BlogDbContext Class
  • BlogDbContext Constructor
  • BlogDbContext Properties
  • Articles Property
  • BlogDbContext Methods
  • Create Method
  • ChangePasswordViewModel Class
  • ChangePasswordViewModel Constructor
  • ChangePasswordViewModel Properties
  • ConfirmPassword Property
  • NewPassword Property
  • OldPassword Property
  • ChangePasswordViewModel Methods
  • ConfigureTwoFactorViewModel Class
  • ConfigureTwoFactorViewModel Constructor
  • ConfigureTwoFactorViewModel Properties
  • Providers Property
  • SelectedProvider Property
  • ConfigureTwoFactorViewModel Methods
  • EditUserViewModel Class
  • EditUserViewModel Constructor
  • EditUserViewModel Properties
  • ConfirmPassword Property
  • Password Property
  • Roles Property
  • User Property
  • EditUserViewModel Methods
  • ExternalLoginConfirmationViewModel Class
  • ExternalLoginConfirmationViewModel Constructor
  • ExternalLoginConfirmationViewModel Properties
  • Email Property
  • ExternalLoginConfirmationViewModel Methods
  • ExternalLoginListViewModel Class
  • ExternalLoginListViewModel Constructor
  • ExternalLoginListViewModel Properties
  • ReturnUrl Property
  • ExternalLoginListViewModel Methods
  • FactorViewModel Class
  • FactorViewModel Constructor
  • FactorViewModel Properties
  • Purpose Property
  • FactorViewModel Methods
  • ForgotPasswordViewModel Class
  • ForgotPasswordViewModel Constructor
  • ForgotPasswordViewModel Properties
  • Email Property
  • ForgotPasswordViewModel Methods
  • ForgotViewModel Class
  • ForgotViewModel Constructor
  • ForgotViewModel Properties
  • Email Property
  • ForgotViewModel Methods
  • IndexViewModel Class
  • IndexViewModel Constructor
  • IndexViewModel Properties
  • BrowserRemembered Property
  • HasPassword Property
  • Logins Property
  • PhoneNumber Property
  • TwoFactor Property
  • IndexViewModel Methods
  • LoginViewModel Class
  • LoginViewModel Constructor
  • LoginViewModel Properties
  • Email Property
  • Password Property
  • RememberMe Property
  • LoginViewModel Methods
  • ManageLoginsViewModel Class
  • ManageLoginsViewModel Constructor
  • ManageLoginsViewModel Properties
  • CurrentLogins Property
  • OtherLogins Property
  • ManageLoginsViewModel Methods
  • RegisterViewModel Class
  • RegisterViewModel Constructor
  • RegisterViewModel Properties
  • ConfirmPassword Property
  • Email Property
  • FullName Property
  • Password Property
  • RegisterViewModel Methods
  • ResetPasswordViewModel Class
  • ResetPasswordViewModel Constructor
  • ResetPasswordViewModel Properties
  • Code Property
  • ConfirmPassword Property
  • Email Property
  • Password Property
  • ResetPasswordViewModel Methods
  • Role Class
  • Role Constructor
  • Role Properties
  • IsSelected Property
  • Name Property
  • Role Methods
  • SendCodeViewModel Class
  • SendCodeViewModel Constructor
  • SendCodeViewModel Properties
  • Providers Property
  • RememberMe Property
  • ReturnUrl Property
  • SelectedProvider Property
  • SendCodeViewModel Methods
  • SetPasswordViewModel Class
  • SetPasswordViewModel Constructor
  • SetPasswordViewModel Properties
  • ConfirmPassword Property
  • NewPassword Property
  • SetPasswordViewModel Methods
  • VerifyCodeViewModel Class
  • VerifyCodeViewModel Constructor
  • VerifyCodeViewModel Properties
  • Code Property
  • Provider Property
  • RememberBrowser Property
  • RememberMe Property
  • ReturnUrl Property
  • VerifyCodeViewModel Methods
  • VerifyPhoneNumberViewModel Class
  • VerifyPhoneNumberViewModel Constructor
  • VerifyPhoneNumberViewModel Properties
  • Code Property
  • PhoneNumber Property
  • VerifyPhoneNumberViewModel Methods

Get in touch

Submit feedback about this site to:

  • [email protected]

© documentation.help. Design: rehmann.co.