SimpleFilterCondition¶
Namespace: ThinkGeo.Core
public class SimpleFilterCondition : FilterCondition
Inheritance Object → FilterCondition → SimpleFilterCondition
Properties¶
MatchValue¶
public string MatchValue { get; set; }
Property Value¶
MatchType¶
public SimpleFilterConditionType MatchType { 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¶
SimpleFilterCondition()¶
public SimpleFilterCondition()
SimpleFilterCondition(String, SimpleFilterConditionType, String)¶
public SimpleFilterCondition(string columnName, SimpleFilterConditionType matchType, string matchValue)
Parameters¶
columnName
String
matchType
SimpleFilterConditionType
matchValue
String
Methods¶
GetMatchingFeaturesCore(IEnumerable<Feature>)¶
protected Collection<Feature> GetMatchingFeaturesCore(IEnumerable<Feature> features)
Parameters¶
features
IEnumerable<Feature>