Class ScraperResultQueryChoice
Inherited Members
Namespace: Subsembly.Scraper
Assembly: Subsembly.Scraper.dll
Syntax
public class ScraperResultQueryChoice
Constructors
ScraperResultQueryChoice(string, string, bool)
Declaration
public ScraperResultQueryChoice(string sValue, string sText, bool fDefault = false)
Parameters
Type | Name | Description |
---|---|---|
string | sValue | 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 |
string | sText | The text that shall be presented to the user for this choice. This must not
be |
bool | fDefault | This is |
Properties
Default
This is true
, if this is the default choice for this query.
Declaration
public bool Default { get; }
Property Value
Type | Description |
---|---|
bool |
Text
The text that shall be presented to the user for this choice.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
string |
Value
The actual value associated with this choice. If this choice is selected, then this value must be set as the field value.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |