Table of Contents

Enum ActivationBehaviour

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a type of behaviour when this profile is activated

public enum ActivationBehaviour

Fields

DisableOthers = 1

Disable all other profiles

DisableOthersAbove = 3

Disable all other profiles above this one

DisableOthersAboveInCategory = 6

Disable all other profiles above this one in the same category

DisableOthersBelow = 2

Disable all other profiles below this one

DisableOthersBelowInCategory = 5

Disable all other profiles below this one in the same category

DisableOthersInCategory = 4

Disable all other profiles in the same category

None = 0

Do nothing to other profiles