Class ScraperResultQueryChoice
public class ScraperResultQueryChoice
- Inheritance
-
ScraperResultQueryChoice
- Inherited Members
Constructors
ScraperResultQueryChoice(string, string, bool)
public ScraperResultQueryChoice(string sValue, string sText, bool fDefault = false)
Parameters
sValuestringThe 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.sTextstringThe text that shall be presented to the user for this choice. This must not be
null.fDefaultboolThis 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
Text
The text that shall be presented to the user for this choice.
public string Text { get; }
Property Value
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
Methods
ToString()
public override string ToString()