SymbolLookupRequestBuilder Class

GF API Documentation
Helper class for constructing SymbolLookupRequest
Inheritance Hierarchy

SystemObject
  GF.Api.Contracts.Lookup.RequestSymbolLookupRequestBuilder

Namespace:  GF.Api.Contracts.Lookup.Request
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public sealed class SymbolLookupRequestBuilder

The SymbolLookupRequestBuilder type exposes the following members.

Constructors

  NameDescription
Public methodSymbolLookupRequestBuilder
Initializes a new instance of the SymbolLookupRequestBuilder class
Top
Methods

  NameDescription
Public methodBuild
Construct object with configured parameters
Public methodWithBaseSymbol(TextSearch)
Sets the BaseSymbol parameter
Public methodWithBaseSymbol(String, TextSearchMode)
Sets the BaseSymbol parameter
Public methodWithDescription(TextSearch)
Sets the Description parameter
Public methodWithDescription(String, TextSearchMode)
Sets the Description parameter
Public methodWithExpression
Sets the Expression parameter
Public methodWithResultCount
Sets the ResultCount parameter
Public methodWithSymbol(TextSearch)
Sets the Symbol parameter
Public methodWithSymbol(String, TextSearchMode)
Sets the Symbol parameter
Top
See Also

Reference