Table of Contents

Method Get

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

Get(string)

Returns the chemical definition associated with the given code if one is found or ChemTypeNotFoundContract is thrown otherwise

public ChemTypeInfoContract Get(string code)

Parameters

code string

The code associated with the target chemical definition

Returns

ChemTypeInfoContract

The chemical definition corresponding to the given code

Exceptions

ChemTypeNotFoundContract

This exception would be thrown if the given code is not found in the database