Class BooleanPropertyFacet
Facet for searching boolean fields
Inherited Members
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class BooleanPropertyFacet
Properties
BooleanValue
The boolean value to search for
Declaration
public bool BooleanValue { get; set; }
Property Value
Type | Description |
---|---|
bool |
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.