Table of Contents

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 = 5

Represents a container material type made of Aluminium.

[EnumMember] Glass = 1

Represents the container material type as glass.

[EnumMember] HDPE = 4

Represents a container material type made of High-density polyethylene.

[EnumMember] LDPE = 3

Represents a container material type made of Low density polyethylene.

[EnumMember] PE = 2

Represents a container material type made of Polyethylene.

[EnumMember] Unspecified = 0

Represents an unspecified container material type.