My Project
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CCodePulse.API.Models.Domain.BlogPost
 CCodePulse.API.Models.DTO.BlogPostDtoData Transfer Object (DTO) for a blog post. This class encapsulates the details of a blog post, including metadata and content necessary for display and manipulation in the system
 CCodePulse.API.Models.Domain.Category
 CCodePulse.API.Models.DTO.CategoryDtoData Transfer Object for a category
 CControllerBase
 CCodePulse.API.Controllers.BlogPostsControllerController for managing blog posts. Provides endpoints for creating, retrieving, updating, and deleting blog posts
 CCodePulse.API.Controllers.CategoriesControllerController for managing categories. Provides endpoints for creating, retrieving, updating, and deleting categories
 CCodePulse.API.Controllers.WeatherForecastController
 CCodePulse.API.Models.DTO.CreateBlogPostRequestDtoData Transfer Object (DTO) for creating a new blog post. This class encapsulates all the necessary information required to create a blog post in the system
 CCodePulse.API.Models.DTO.CreateCategoryRequestDtoData Transfer Object (DTO) for creating a new category. This class holds the necessary information for defining a category within the system, which can be used for organizing blog posts
 CDbContext
 CCodePulse.API.Data.ApplicationDbContext
 CCodePulse.API.Repositories.Interface.IBlogPostRepositoryDefines the contract for blog post repository operations
 CCodePulse.API.Repositories.Implementations.BlogPostRepositoryRepository for managing blog posts in the database
 CCodePulse.API.Repositories.Interface.ICategoryRepositoryDefines the contract for category repository operations
 CCodePulse.API.Repositories.Implementations.CategoryRepositoryRepository for managing categories in the database
 CIOperationFilter
 CCodePulse.API.Swagger.CodeSampleOperationFilter
 CMigration
 CCodePulse.API.Migrations.AddRelationships
 CCodePulse.API.Migrations.InitialMigration
 CModelSnapshot
 CCodePulse.API.Migrations.ApplicationDbContextModelSnapshot
 CCodePulse.API.Models.DTO.UpdateCategoryRequestDtoData Transfer Object (DTO) for updating an existing category. This class contains the information necessary to modify a category's details in the system, such as its name and URL handle
 CCodePulse.API.WeatherForecast