Table of Contents

Method GetApplications

Namespace
Everest.Service.ChemTypes
Assembly
Everest.Service.dll

GetApplications(MixtureComponentsContract)

Retrieves the possible applications of a mixture containing the specified set of chemicals.

public ChemicalApplication[] GetApplications(MixtureComponentsContract mixtureComponents)

Parameters

mixtureComponents MixtureComponentsContract

The components of the mixture.

Returns

ChemicalApplication[]

An array of Everest.Model.ChemTypes.ChemicalApplication representing the possible applications.

Remarks

This method is accessible via a POST request to the URI template: Overview/Mixture/Applications.

Exceptions

FaultException<TDetail>

Thrown when one of the specified chemical types is not found.

FaultException<TDetail>

Thrown when the input validation fails.