Enum MaterialTypeContract
- Namespace
- Everest.Service.DataContracts.Containers
- Assembly
- Everest.Service.dll
Represents the type of material used for containers.
[DataContract]
public enum MaterialTypeContract
Fields
[EnumMember] Aluminium = 5Represents a container material type made of Aluminium.
[EnumMember] Glass = 1Represents the container material type as glass.
[EnumMember] HDPE = 4Represents a container material type made of High-density polyethylene.
[EnumMember] LDPE = 3Represents a container material type made of Low density polyethylene.
[EnumMember] PE = 2Represents a container material type made of Polyethylene.
[EnumMember] Unspecified = 0Represents an unspecified container material type.