Class ParameterMetadataExtensions
Extension methods for ParameterMetadata
Inherited Members
Namespace: Phoenix.BotBrain.Parameters
Assembly: Phoenix.Plugin.BotBrain.Parameters.dll
Syntax
public static class ParameterMetadataExtensions
Methods
View SourceDisplayTypeValue(ParameterMetadata)
Gets the display type as an enum value.
Declaration
public static ParameterDisplayType? DisplayTypeValue(this ParameterMetadata metadata)
Parameters
| Type | Name | Description |
|---|---|---|
| ParameterMetadata | metadata | The parameter metadata. |
Returns
| Type | Description |
|---|---|
| ParameterDisplayType? | The display type, if it could be parsed. |