Inheritance Hierarchy
Ingeniux.Runtime.SearchDexDexParametersExtractorTWrapper, TModel
Ingeniux.Runtime.SearchDexContentSearchParametersExtractorTWrapper, TModel
Ingeniux.Runtime.SearchDexKeymatchSearchParamsExtractor
Ingeniux.Runtime.SearchDexSuggestParametersExtractor
Namespace: Ingeniux.Runtime.SearchDex
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.1.16
Syntax
public abstract class DexParametersExtractor<TWrapper, TModel> where TWrapper : SearchParametersWrapper<TModel> where TModel : class, new()
Type Parameters
- TWrapper
- TModel
The DexParametersExtractorTWrapper, TModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DexParametersExtractorTWrapper, TModel | Initializes a new instance of the DexParametersExtractorTWrapper, TModel class |
Properties
Name | Description | |
---|---|---|
![]() | Cookies | |
![]() | Form | |
![]() | MethodParameters | |
![]() | QueryString | |
![]() | ServerVariables |
Methods
Name | Description | |
---|---|---|
![]() | Extract |
See Also