Enum DataflowPathAnnotation
Namespace: Varigence.Languages.Biml.Transformation
Assembly: Biml.dll
C#
public enum DataflowPathAnnotation
Fields
Fields | Description |
---|---|
AsNeeded | Specifies 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. |
Ids | Specifies that the path annotation value will be the IDs of the source and sink components for this path. |
Never | Specifies that the path annotation should not be displayed for this path. |
PathName | Specifies that the path annotation value will be the name of the path. |
SourceName | Specifies that the path annotation value will be the name of the source component for the path. |