NookPost-Backend
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CNookpostBackend.ApiSchemas.Authentication.Login.AuthenticationLoginRequestBodyThe body of a login request
 CNookpostBackend.ApiSchemas.Authentication.Login.AuthenticationLoginResponseBodyRepresents a token object in the response to a Login request
 CNookpostBackend.Models.CategoryA category for posts
 CNookpostBackend.ApiSchemas.Categories.CategoryData
 CNookpostBackend.ApiSchemas.Categories.GetAllCategories.GetAllCategoriesCategory
 CNookpostBackend.ApiSchemas.Categories.GetCategory.GetCategoryResponseBody
 CNookpostBackend.ApiSchemas.Categories.PutCategory.PutCategoryRequestBodyThe body of a PUT request to category
 CNookpostBackend.ApiEndpoints.Authentication.ChangePasswordHandles the authentication login endpoint
 CDbContext
 CNookpostBackend.Data.DatabaseHandleCreate a Context for the API
 CNookpostBackend.ApiEndpoints.Posts.DeletePost
 CNookpostBackend.ApiEndpoints.Users.DeleteUserMeHandles delete requests for users
 CNookpostBackend.ApiEndpoints.Authentication.EndpointSetupSets up the Authentication Endpoints
 CNookpostBackend.ApiEndpoints.Categories.EndpointSetupHandles setting up the post endpoints
 CNookpostBackend.ApiEndpoints.EndpointSetupHandles setting up all API Endpoints
 CNookpostBackend.ApiEndpoints.Posts.EndpointSetupHandles setting up the post endpoints
 CNookpostBackend.ApiEndpoints.Users.EndpointSetupHandles setting up the user endpoints
 CNookpostBackend.ApiEndpoints.UserSettings.EndpointSetupHandles setting up the user settings endpoints
 CNookpostBackend.Cryptography.GeneratorsCryptographic generators for values
 CNookpostBackend.ApiEndpoints.Categories.GetAllCategoriesHandles getting all categories
 CNookpostBackend.ApiSchemas.Categories.GetAllCategories.GetAllCategoriesResponseBodyThe body of a Get request to category/all
 CNookpostBackend.ApiEndpoints.Categories.GetCategoryHandles getting a category
 CNookpostBackend.ApiEndpoints.Posts.GetPost
 CNookpostBackend.ApiEndpoints.Posts.GetPostFiltered
 CNookpostBackend.ApiSchemas.Posts.GetPostFiltered.GetPostFilteredResponseBodyThe response to a get posts request with filter
 CNookpostBackend.ApiEndpoints.Users.GetUserHandles get requests for users
 CNookpostBackend.ApiEndpoints.Users.GetUserMeHandles get requests for users
 CNookpostBackend.ApiEndpoints.UserSettings.GetUserSettings
 CNookpostBackend.ApiEndpoints.Authentication.LoginHandles the authentication login endpoint
 CNookpostBackend.Data.ModelBuilderExtensionsCreates some sample database entries, when running in the development mode
 CNookpostBackend.Cryptography.PasswordHashingHolds methods for hashing passwords, and checking the hashed passwords
 CNookpostBackend.Models.PostRepresents a post created by a user
 CNookpostBackend.ApiSchemas.Categories.PostCategory.PostCategoryResponseBodyThe body of a response to a POST request to category
 CNookpostBackend.ApiSchemas.Posts.PostDataRepresents a post created by a user
 CNookpostBackend.ApiSchemas.Posts.PostGetDataCommon data for a psot get response
 CNookpostBackend.ApiSchemas.Posts.GetPost.GetPostResponseBodyResponse to a post get request
 CNookpostBackend.ApiSchemas.Posts.GetPostFiltered.GetPostFilteredPostResponse to a post get request
 CNookpostBackend.ApiSchemas.Posts.PutPost.PutPostRequestBodyResponse to a post get request
 CNookpostBackend.ApiEndpoints.Posts.PostPost
 CNookpostBackend.ApiSchemas.Posts.PostPost.PostPostResponseBodyThe response to a post create message
 CNookpostBackend.ApiEndpoints.Users.PostUserHandles the user create endpoint
 CNookpostBackend.Program
 CNookpostBackend.ApiSchemas.Authentication.ChangePassword.PutChangePasswordRequestBodyRepresents the request body of a change password request
 CNookpostBackend.ApiEndpoints.Posts.PutPost
 CNookpostBackend.ApiEndpoints.Users.PutUserMeHandles put requests for users
 CNookpostBackend.ApiEndpoints.UserSettings.PutUserSettings
 CNookpostBackend.Configuration.SettingsSingleton that holds settings about the server. Automatically loaded and set up by static constructor
 CNookpostBackend.Authentication.TokenServiceThe service provider for token generation. Initialized as singleton by the application builder
 CNookpostBackend.Models.UserUser information
 CNookpostBackend.ApiSchemas.Users.UserDataCommon data for the user object
 CNookpostBackend.ApiSchemas.Users.GetUser.UsersGetResponseBodyThe response to a user get request if successful
 CNookpostBackend.ApiSchemas.Users.PostUser.UsersPostRequestBodyThe request body of a user create request
 CNookpostBackend.ApiSchemas.Users.PutUser.UserPutRequestBodyRequest body of a user put request
 CNookpostBackend.Models.UserSettingsRepresents user settings
 CNookpostBackend.ApiSchemas.UserSettings.UserSettingsDataRepresents user settings objects
 CNookpostBackend.ApiSchemas.Users.PostUser.UsersPostResponseBodyRepresents a token object in the response to a user create request