Table of Contents

Method Get

Namespace
Everest.Service.Storage
Assembly
Everest.Service.dll

Get(int)

Returns the storage conditions corresponding to the given code if one is found or StorageConditionNotFoundContract is thrown otherwise

public StorageConditionContract Get(int code)

Parameters

code int

The code associated with the target storage condition

Returns

StorageConditionContract

The storage condition corresponding to the given code

Exceptions

StorageConditionNotFoundContract

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