Table of Contents

Class DomainSuggestion

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

Constructors

DomainSuggestion(string)

public DomainSuggestion(string domain)

Parameters

domain string

Fields

Domain

public string Domain

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.