Interface IAdaptionHint
Represents an adaption hint that's used to adapt a layer to a set of devices
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public interface IAdaptionHint
Methods
Apply(Layer, List<ArtemisDevice>)
Applies the adaptive action to the provided layer
Declaration
void Apply(Layer layer, List<ArtemisDevice> devices)
Parameters
Type | Name | Description |
---|---|---|
Layer | layer | The layer to adapt |
List<ArtemisDevice> | devices | The devices to adapt the layer for |
GetEntry()
Returns an adaption hint entry for this adaption hint used for persistent storage
Declaration
IAdaptionHintEntity GetEntry()
Returns
Type | Description |
---|---|
IAdaptionHintEntity |