DateRangeFilterCondition¶
Namespace: ThinkGeo.Core
public class DateRangeFilterCondition : FilterCondition
Inheritance Object → FilterCondition → DateRangeFilterCondition
Properties¶
FromDate¶
public DateTime FromDate { get; set; }
Property Value¶
ToDate¶
public DateTime ToDate { get; set; }
Property Value¶
Expression¶
public string Expression { get; set; }
Property Value¶
ColumnName¶
public string ColumnName { get; set; }
Property Value¶
Name¶
public string Name { get; set; }
Property Value¶
RegexOptions¶
public RegexOptions RegexOptions { get; set; }
Property Value¶
RegexOptions
Logical¶
public bool Logical { get; set; }
Property Value¶
IsLeftBracket¶
public bool IsLeftBracket { get; set; }
Property Value¶
IsRightBracket¶
public bool IsRightBracket { get; set; }
Property Value¶
Constructors¶
DateRangeFilterCondition()¶
public DateRangeFilterCondition()
DateRangeFilterCondition(DateTime, DateTime)¶
public DateRangeFilterCondition(DateTime fromDate, DateTime toDate)
Parameters¶
fromDate
DateTime
toDate
DateTime
Methods¶
nz4=(Feature)¶
internal bool nz4=(Feature feature)
Parameters¶
feature
Feature