FilterOptions Class

NReco.GraphQL Class Library Documentation
Options for advanced filter in GraphQL queries.
Inheritance Hierarchy

SystemObject
  NReco.GraphQL.ConfigurationFilterOptions

Namespace:  NReco.GraphQL.Configuration
Assembly:  NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax

public class FilterOptions

The FilterOptions type exposes the following members.

Constructors

  NameDescription
Public methodFilterOptions
Initializes a new instance of the FilterOptions class
Top
Properties

  NameDescription
Public propertyEnabled
Enable filter. Default value is true.
Public propertyKey
Name of the 'filter' argument that can be used in GraphQL query. Default value is "filter".
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference