Table of Contents

Interface IAdaptionHint

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

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

layer Layer

The layer to adapt

devices List<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