Table of Contents

Class Parameter

Declares a parameter for a Function.

public record Parameter
Inheritance
object
Parameter

Fields

Description

The description of the parameter.

public string Description

Field Value

string

Enum

Enum values for the parameter, if the type is String.

public string[] Enum

Field Value

string[]

Name

The name of the parameter.

public string Name

Field Value

string

Required

Is the parameter required?

public bool Required

Field Value

bool

Type

The type of the parameter.

public ParameterType Type

Field Value

ParameterType

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.