Overload List
Name | Description | |
---|---|---|
![]() | PropertyValueFilteringEntry(String) |
Creates an instance of this class with the property name. The exception will be accepted only if the property is null.
|
![]() | PropertyValueFilteringEntry(String, String) |
Creates an instance of this class with the property name and a string that must have a match completely the property value. The
string that the property value must match completely.The constructor creates a regular expression with the following value
^$lt;string$gt;$ to ensure the complete match.
|
![]() | PropertyValueFilteringEntry(String, Regex) |
Creates an instance of this class with the property name and a regular expression.
|
See Also