Class EverestStorageConditionsService
[SwaggerWcf("/Everest/StorageConditions")]
[SwaggerWcfServiceInfo("Storage conditions service", "v1")]
[SwaggerWcfTag("Storage Conditions", true)]
public class EverestStorageConditionsService : EverestServiceBase<IStorageConditionsApplication>, IEverestStorageConditionsService
- Inheritance
-
EverestStorageConditionsService
- Implements
- Derived
- Inherited Members
Constructors
Methods
- Get(int)
Returns the storage conditions corresponding to the given code if one is found or StorageConditionNotFoundContract is thrown otherwise
- GetAll()
Returns the list of currently registered storage conditions
- Refresh(int)
Refresh an existing bottle type definition
- Register(RegisterStorageConditionOperationContract)
Registers a new storage condition for use
- Update(UpdateStorageConditionOperationContract)
Update an existing storage condition