Represents a generic condition port that can hold serialized data and metadata associated with a condition. ConditionPort instances are used within condition nodes to define and retrieve inputs or variables of a specific type during graph evaluation at runtime.
Property | Description |
---|---|
PortName | The name of the port |
PortType | The data type of the port |
Method | Description |
---|---|
FormatPortName | Formats a given port name by applying specific transformations, such as removing the word "Port", removing underscores, capitalizing the first letter, and adding spaces before uppercase characters for improved readability. |
AddSpacesBeforeUppercaseCharacters | Helper method that adds spaces before uppercase characters in a string. |