Table of Contents

Enum ProjectJoinRequestStatus

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

Represents the current status of a project join request.

public enum ProjectJoinRequestStatus

Fields

Approved = 1

The join request was approved by the project owner, and the requester has joined the project.

Cancelled = 3

The join request was cancelled by the requester before the owner responded.

Declined = 2

The join request was declined by the project owner.

Expired = 4

The join request expired without being approved or declined.

Pending = 0

The join request is pending and awaiting approval or decline from the project owner.