Skip to main content

Enum ControlFlowPathAnnotation

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum ControlFlowPathAnnotation

Fields

FieldsDescription
AsNeededSpecifies that path annotation will only be displayed when there are multiple input or output paths for the source or sink task of this precedence constraint. This is the default value.
ConstraintDescriptionSpecifies that the path annotation value will be the description annotation assigned to the precedence constraint.
ConstraintNameSpecifies that the path annotation value will be the name of the precedence constraint.
ConstraintOptionsSpecifies that the path annotation value will be a summary of the options assigned to the properties of the precedence constraint.
NeverSpecifies that the path annotation should not be displayed for this precedence constraint.