Enum StorageMaterialTypeContract
- Namespace
- Everest.Service.DataContracts.Catalog.Storage
- Assembly
- Everest.Service.dll
Represents the type of material used for storage.
[DataContract]
public enum StorageMaterialTypeContract
Fields
Glass = 1
Represents the storage material type as glass.
Plastic = 2
Represents a storage material type made of plastic.
Unspecified = 0
Represents an unspecified storage material type.