Table of Contents

Enum MembershipStatus

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

Represents the current status of a project membership.

public enum MembershipStatus

Fields

Active = 0

The membership is active and the user can fully participate in the project.

Pending = 1

The membership request is pending approval from the project owner.

Rejected = 2

The membership request was rejected by the project owner.