Class FoodLabelConstants
Namespace: Restaurant.Domain.Aggregates.ProductAggregate.Assets
Assembly: Restaurant.Domain.dll
public static class FoodLabelConstants
Inheritance
object ← FoodLabelConstants
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Fields
Balanced
public const string Balanced = "Balanced"
Field Value
Fusion
public const string Fusion = "Fusion"
Field Value
GlutenFree
public const string GlutenFree = "Gluten-Free"
Field Value
Gourmet
public const string Gourmet = "Gourmet"
Field Value
Halal
public const string Halal = "Halal"
Field Value
Healthy
public const string Healthy = "Healthy"
Field Value
Kosher
public const string Kosher = "Kosher"
Field Value
LactoseFree
public const string LactoseFree = "Lactose-Free"
Field Value
Organic
public const string Organic = "Organic"
Field Value
Quick
public const string Quick = "Quick"
Field Value
RedMeat
public const string RedMeat = "Red Meat"
Field Value
Salty
public const string Salty = "Salty"
Field Value
Seafood
public const string Seafood = "Seafood"
Field Value
Spicy
public const string Spicy = "Spicy"
Field Value
Sweet
public const string Sweet = "Sweet"
Field Value
Traditional
public const string Traditional = "Traditional"
Field Value
Vegan
public const string Vegan = "Vegan"
Field Value
Vegetarian
public const string Vegetarian = "Vegetarian"
Field Value
Last modified: 21 May 2024