DateRangeFilterCondition¶
Namespace: ThinkGeo.Core
Represents the DateRangeFilterCondition class.
public class DateRangeFilterCondition : FilterCondition
Inheritance object → FilterCondition → DateRangeFilterCondition
Properties¶
FromDate¶
Gets or sets the FromDate.
public DateTime FromDate { get; set; }
Property Value¶
ToDate¶
Gets or sets the ToDate.
public DateTime ToDate { get; set; }
Property Value¶
Expression¶
Gets or sets the Expression.
public string Expression { get; set; }
Property Value¶
ColumnName¶
Gets or sets the ColumnName.
public string ColumnName { get; set; }
Property Value¶
Name¶
Gets or sets the Name.
public string Name { get; set; }
Property Value¶
RegexOptions¶
Gets or sets the RegexOptions.
public RegexOptions RegexOptions { get; set; }
Property Value¶
Logical¶
Gets or sets the Logical.
public bool Logical { get; set; }
Property Value¶
IsLeftBracket¶
Gets or sets the IsLeftBracket.
public bool IsLeftBracket { get; set; }
Property Value¶
IsRightBracket¶
Gets or sets the IsRightBracket.
public bool IsRightBracket { get; set; }
Property Value¶
Constructors¶
DateRangeFilterCondition()¶
Initializes a new instance of the DateRangeFilterCondition class.
public DateRangeFilterCondition()
DateRangeFilterCondition(DateTime, DateTime)¶
Initializes a new instance of the DateRangeFilterCondition class.
public DateRangeFilterCondition(DateTime fromDate, DateTime toDate)
Parameters¶
fromDate DateTime
toDate DateTime
Methods¶
IsMatchCore(Feature)¶
internal bool IsMatchCore(Feature feature)
Parameters¶
feature Feature