Interface IAdaptionHint
Represents an adaption hint that's used to adapt a layer to a set of devices
public interface IAdaptionHint
Methods
Apply(Layer, List<ArtemisDevice>)
Applies the adaptive action to the provided layer
void Apply(Layer layer, List<ArtemisDevice> devices)
Parameters
layerLayerThe layer to adapt
devicesList<ArtemisDevice>The devices to adapt the layer for
GetEntry()
Returns an adaption hint entry for this adaption hint used for persistent storage
IAdaptionHintEntity GetEntry()
Returns
- IAdaptionHintEntity