Skip to content

DateRangeFilterCondition

Namespace: ThinkGeo.Core

public class DateRangeFilterCondition : FilterCondition

Inheritance ObjectFilterConditionDateRangeFilterCondition

Properties

FromDate

public DateTime FromDate { get; set; }

Property Value

DateTime

ToDate

public DateTime ToDate { get; set; }

Property Value

DateTime

Expression

public string Expression { get; set; }

Property Value

String

ColumnName

public string ColumnName { get; set; }

Property Value

String

Name

public string Name { get; set; }

Property Value

String

RegexOptions

public RegexOptions RegexOptions { get; set; }

Property Value

RegexOptions

Logical

public bool Logical { get; set; }

Property Value

Boolean

IsLeftBracket

public bool IsLeftBracket { get; set; }

Property Value

Boolean

IsRightBracket

public bool IsRightBracket { get; set; }

Property Value

Boolean

Constructors

DateRangeFilterCondition()

public DateRangeFilterCondition()

DateRangeFilterCondition(DateTime, DateTime)

public DateRangeFilterCondition(DateTime fromDate, DateTime toDate)

Parameters

fromDate DateTime

toDate DateTime

Methods

IsMatchCore(Feature)

internal bool IsMatchCore(Feature feature)

Parameters

feature Feature

Returns

Boolean