SimpleFilterCondition¶
Namespace: ThinkGeo.Core
Represents the SimpleFilterCondition class.
public class SimpleFilterCondition : FilterCondition
Inheritance object → FilterCondition → SimpleFilterCondition
Properties¶
MatchValue¶
Gets or sets the MatchValue.
public string MatchValue { get; set; }
Property Value¶
MatchType¶
Gets or sets the MatchType.
public SimpleFilterConditionType MatchType { 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¶
SimpleFilterCondition()¶
Initializes a new instance of the SimpleFilterCondition class.
public SimpleFilterCondition()
SimpleFilterCondition(string, SimpleFilterConditionType, string)¶
Initializes a new instance of the SimpleFilterCondition class.
public SimpleFilterCondition(string columnName, SimpleFilterConditionType matchType, string matchValue)
Parameters¶
columnName string
matchType SimpleFilterConditionType
matchValue string