Table of Contents

Class NumericCriterion

Namespace
Dynamicweb.Ecommerce.Searching
Assembly
Dynamicweb.Ecommerce.dll

Represents a numeric criterion.

public class NumericCriterion : QueryCriterion
Inheritance
NumericCriterion
Inherited Members

Properties

AllowDecimals

Gets or sets the value indicating whether the decimals is allowed.

public bool AllowDecimals { get; set; }

Property Value

bool

FieldName

Gets or sets the field name.

public string? FieldName { get; set; }

Property Value

string

SearchKey

Gets or sets the search key.

public string? SearchKey { get; set; }

Property Value

string

SearchType

Gets or sets the search type.

public SearchTypes SearchType { get; set; }

Property Value

SearchTypes

Methods

GetWhereClause()

Gets a "WHERE" clause.

public override string GetWhereClause()

Returns

string

The "WHERE" clause.

To top