RegularExpressionCondition members
The RegularExpressionCondition type exposes the following members.
Properties
Name | Description | |
---|---|---|
BoundVariables | (Overrides QueryCondition.BoundVariables.) | |
CreatedWithSimpleUI | (Inherited from QueryCondition.) | |
Id | (Inherited from QueryCondition.) | |
IsReadOnly | (Inherited from QueryCondition.) | |
MatchingOptions | (Inherited from QueryCondition.) | |
MaxPatternLength | ||
Pattern | ||
SubjectTermsOrigin | (Inherited from QueryCondition.) |
Top
Methods
Name | Description | |
---|---|---|
Accept | (Overrides QueryCondition.Accept(IQueryConditionVisitor).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnAfterChange | (Inherited from QueryCondition.) | |
OnPreChange | (Inherited from QueryCondition.) | |
SetSubjectTermsOrigin | (Inherited from QueryCondition.) | |
ThrowIfInvalidMatchingOptions | (Overrides QueryCondition.ThrowIfInvalidMatchingOptions(MatchingOptions).) | |
ThrowIfInvalidSubjectTermsOrigin | (Overrides QueryCondition.ThrowIfInvalidSubjectTermsOrigin(BoundVariableOrigin).) | |
ToString | (Inherited from QueryCondition.) |
Top