Class DatePropertyFacet
Facet for searching date fields
Inherited Members
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class DatePropertyFacet
Remarks
Use both OnOrBeforeDate and OnOrAfterDate for exact dates
Properties
OnOrAfterDate
Find dates after or on a date
Declaration
public DateTime? OnOrAfterDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
OnOrBeforeDate
Find dates before or on a date
Declaration
public DateTime? OnOrBeforeDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
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.