Skip to main content

Enum DataflowPathAnnotation

Namespace: Varigence.Languages.Biml.Transformation

Assembly: Biml.dll

C#


public enum DataflowPathAnnotation

Fields

FieldsDescription
AsNeededSpecifies that path annotation will only be displayed when there are multiple input our output paths for the source or sink component of this path. This is the default value.
IdsSpecifies that the path annotation value will be the IDs of the source and sink components for this path.
NeverSpecifies that the path annotation should not be displayed for this path.
PathNameSpecifies that the path annotation value will be the name of the path.
SourceNameSpecifies that the path annotation value will be the name of the source component for the path.