Class GenericAnalyteContract<TChemType, TConcentration>
- Namespace
- Everest.Service.DataContracts.Mixtures.Analytes
- Assembly
- Everest.Service.dll
[DataContract]
[KnownType(typeof(MassConcentration))]
[KnownType(typeof(VolumeConcentration))]
[KnownType(typeof(Molarity))]
[KnownType(typeof(MassFraction))]
public class GenericAnalyteContract<TChemType, TConcentration> : ChemTypePresenceContract<TChemType>
Type Parameters
TChemType
TConcentration
- Inheritance
-
ChemTypePresenceContract<TChemType>GenericAnalyteContract<TChemType, TConcentration>
- Derived
- Inherited Members