Show / Hide Table of Contents

Class DateRangeFacet

Search for content from within a datetime range

Inheritance
object
DateRangeFacet
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
[DataContract(Namespace = "http://ns.colectica.com/2009/07/")]
public class DateRangeFacet

Properties

End

The end of the date range

Declaration
[DataMember]
public DateTime? End { get; set; }
Property Value
Type Description
DateTime?

SearchTarget

Gets the types of date fields that should be searched for any DateRangeFacet.

Declaration
[DataMember]
public DateRangeFacetType SearchTarget { get; set; }
Property Value
Type Description
DateRangeFacetType

Start

The start of the date range

Declaration
[DataMember]
public DateTime? Start { get; set; }
Property Value
Type Description
DateTime?

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX