Table of Contents

Enum ProjectCategory

Namespace
Builvero.Domain.Entities
Assembly
Builvero.Domain.dll

Represents the category classification for a project, indicating the type or domain of the project.

public enum ProjectCategory

Fields

AIML = 3

An artificial intelligence or machine learning project.

ContentMedia = 5

A content or media creation project.

DesignOnly = 4

A design-only project focused on visual design, UI/UX, or graphics.

Game = 2

A game development project.

MobileApp = 1

A mobile application project.

Other = 6

A project that does not fit into the other predefined categories.

WebApp = 0

A web application project.