Table of Contents

Method FindMatrixOptions

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

FindMatrixOptions(ComponentOptionSearchRequestContract)

Searches for chemicals to be used as part of the matrix of a mixture based on the specified search criteria.

public MatrixSelectionOptionsSearchResultContract FindMatrixOptions(ComponentOptionSearchRequestContract searchRequest)

Parameters

searchRequest ComponentOptionSearchRequestContract

The search criteria for finding matrix selection options, encapsulated in a ComponentOptionSearchRequestContract object.

Returns

MatrixSelectionOptionsSearchResultContract

A MatrixSelectionOptionsSearchResultContract containing the search results for matrix options.

Remarks

This method is accessible via a POST request to the "Overview/Matrix" endpoint.

Exceptions

FaultException<TDetail>

Thrown when a fault occurs during the operation.