Class MixtureLookupContract
- Namespace
- Everest.Service.DataContracts.Mixtures
- Assembly
- Everest.Service.dll
Represents a contract for mixture lookup operations in the Everest service.
[DataContract]
public class MixtureLookupContract : MixtureContract<AnalyteDefinitionContract, MatrixDefinitionContract>
- Inheritance
-
MixtureLookupContract
- Inherited Members
Remarks
This contract is used to define the criteria for mixture lookup operations. It extends the MixtureContract<TAnalyteContract, TMatrixContract> with a specific LookupStrategy for matching mixtures.