Table of Contents

Enum ActionPosition

Namespace
Utils.Parser.Model
Assembly
Utils.Parser.dll

Describes where relative to the surrounding element an action appears.

public enum ActionPosition
Extension Methods

Fields

After = 1

Action follows the element (e.g. @after).

Before = 0

Action precedes the element (e.g. @init).

Inline = 2

Action is inlined directly inside an alternative.