Table of Contents

Class ParameterSuggestion

Namespace
Zorro.Core.CLI
Assembly
Zorro.Core.Runtime.dll
public class ParameterSuggestion : Suggestion
Inheritance
ParameterSuggestion
Inherited Members
Extension Methods

Constructors

ParameterSuggestion(string, string, string)

public ParameterSuggestion(string displayLine, string typeLine, string parameterInput)

Parameters

displayLine string
typeLine string
parameterInput string

Fields

DisplayLine

public string DisplayLine

Field Value

string

ParameterInput

public string ParameterInput

Field Value

string

TypeLine

public string TypeLine

Field Value

string

Methods

CanBeSelected()

public override bool CanBeSelected()

Returns

bool

GetInputValue()

public override string GetInputValue()

Returns

string

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.