Enum CatalogChemicalSizeGroupContract
- Namespace
- Everest.Service.DataContracts.Catalog.Selection
- Assembly
- Everest.Service.dll
Represents the grouping of chemical sizes in the catalog.
[DataContract]
public enum CatalogChemicalSizeGroupContract
Fields
Blank = 0
Represents a chemical type that only contains a matrix without any analytes.
LargeMixture = 4
Represents a large mixture group within the catalog chemical size classifications.
This enumeration value is used to categorize chemical products that are classified as large mixtures, specifically those containing more than 10 analytes.
MonoMixture = 2
Represents a chemical size group for mono mixtures in the catalog.
This value is used to categorize and identify mono mixtures within the catalog.
SmallMixture = 3
Represents a small mixture in the catalog chemical size group.
This enumeration value is used to filter chemical products that are classified as small mixtures, specifically containing 2 to 10 analytes.
Substance = 1
Represents a pure chemical substance within the catalog.
This enumeration value is used to categorize and identify chemical products that are composed of a single, pure substance without any mixtures or additives.