Class ScraperResultQueryChoice
Inheritance
System.Object
ScraperResultQueryChoice
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Subsembly.Scraper
Assembly: Subsembly.Scraper.dll
Syntax
public class ScraperResultQueryChoice
Constructors
ScraperResultQueryChoice(String, String, Boolean)
Declaration
public ScraperResultQueryChoice(string sValue, string sText, bool fDefault = false)
Parameters
Type | Name | Description |
---|---|---|
System.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 |
System.String | sText | The text that shall be presented to the user for this choice. This must not
be |
System.Boolean | 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 |
---|---|
System.Boolean |
Text
The text that shall be presented to the user for this choice.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()