Table of Contents

Enum ContainerTypeContract

Namespace
Everest.Service.DataContracts.Catalog.Storage
Assembly
Everest.Service.dll

Represents the types of containers used for storing products.

[DataContract]
public enum ContainerTypeContract

Fields

Ampoule = 3

An ampoule.

Bottle = 1

A type of bottle.

Drum = 4

A drum.

Tube = 5

A tube.

Unknown = 0

The container type is unknown.

Vial = 2

A type of vial.