Enum RecipeComplexity
- Assembly
- arolariu.Backend.Domain.Invoices.dll
The recipe complexity enumeration.
public enum RecipeComplexity
Fields
UNKNOWN = 0
The recipe complexity is unknown.
EASY = 1
The recipe is easy to prepare.
NORMAL = 2
The recipe is normal to prepare.
HARD = 3
The recipe is hard to prepare.