//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Tango Observables Generator
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. Do not modify!
//
//------------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.ComponentModel;
namespace Tango.BL.Enumerations
{
public enum MediaPurposes
{
///
/// (Knitting)
///
[Description("Knitting")]
Knitting = 4,
///
/// (Weaving)
///
[Description("Weaving")]
Weaving = 6,
///
/// (Flat)
///
[Description("Flat")]
Flat = 3,
///
/// (Other)
///
[Description("Other")]
Other = 7,
///
/// (Sewing)
///
[Description("Sewing")]
Sewing = 2,
///
/// (Embroidery)
///
[Description("Embroidery")]
Embroidery = 1,
///
/// (Circular Knitting)
///
[Description("Circular Knitting")]
CircularKnitting = 5,
///
/// (Twine)
///
[Description("Twine")]
Twine = 0,
}
}