Class DecimalPropertyFacet
Facet for searching numeric fields
Inherited Members
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class DecimalPropertyFacet
Properties
DecimalValues
The numeric values to search for, values within a facet are OR'd
Declaration
public List<decimal> DecimalValues { get; set; }
Property Value
Type | Description |
---|---|
List<decimal> |
GreaterThanOrEqual
Find numbers greater than or equal a number
Declaration
public decimal? GreaterThanOrEqual { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
LessThanOrEqual
Find numbers less than or equal a number
Declaration
public decimal? LessThanOrEqual { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
PropertyName
Optional property name to search
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
Defined type ids for custom fields are also accepted.