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
[EnumMember] Glass = 1Represents the storage material type as glass.
[EnumMember] Plastic = 2Represents a storage material type made of plastic.
[EnumMember] Unspecified = 0Represents an unspecified storage material type.