Helper class for constructing SymbolLookupRequest
Inheritance Hierarchy
GF.Api.Contracts.Lookup.RequestSymbolLookupRequestBuilder
Namespace: GF.Api.Contracts.Lookup.Request
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The SymbolLookupRequestBuilder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SymbolLookupRequestBuilder | Initializes a new instance of the SymbolLookupRequestBuilder class  | 
Methods
| Name | Description | |
|---|---|---|
| Build | 
            Construct object with configured parameters
              | |
| WithBaseSymbol(TextSearch) | 
            Sets the BaseSymbol parameter
              | |
| WithBaseSymbol(String, TextSearchMode) | 
            Sets the BaseSymbol parameter
              | |
| WithDescription(TextSearch) | 
            Sets the Description parameter
              | |
| WithDescription(String, TextSearchMode) | 
            Sets the Description parameter
              | |
| WithExpression | 
            Sets the Expression parameter
              | |
| WithResultCount | 
            Sets the ResultCount parameter
              | |
| WithSymbol(TextSearch) | 
            Sets the Symbol parameter
              | |
| WithSymbol(String, TextSearchMode) | 
            Sets the Symbol parameter
              | 
See Also