Show / Hide Table of Contents

Class ParameterMetadataExtensions

Extension methods for ParameterMetadata

Inheritance
object
ParameterMetadataExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.BotBrain.Parameters
Assembly: Phoenix.Plugin.BotBrain.Parameters.dll
Syntax
public static class ParameterMetadataExtensions

Methods

View Source

DisplayTypeValue(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.

  • View Source
In this article
Back to top Generated by DocFX