Class ScraperResultQueryChoice

Namespace
Subsembly.Scraper
Assembly
Subsembly.Scraper.dll
public class ScraperResultQueryChoice
Inheritance
ScraperResultQueryChoice
Inherited Members

Constructors

ScraperResultQueryChoice(string, string, bool)

public ScraperResultQueryChoice(string sValue, string sText, bool fDefault = false)

Parameters

sValue string

The actual value associated with this choice. If this choice is selected, then this value must be set as the field value. This must not be null.

sText string

The text that shall be presented to the user for this choice. This must not be null.

fDefault bool

This is true, if this is the default choice for this query.

Properties

Default

This is true, if this is the default choice for this query.

public bool Default { get; }

Property Value

bool

Text

The text that shall be presented to the user for this choice.

public string Text { get; }

Property Value

string

Value

The actual value associated with this choice. If this choice is selected, then this value must be set as the field value.

public string Value { get; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string