|
|
The SearchCondition type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
SearchCondition |
Create a search condition
|
Methods
| Name | Description | |
|---|---|---|
|
|
CompareWith |
Creates condition that matches if item has property specified by this condition and compares successfully with value
|
|
|
DisplayStringContains |
Creates condition that matches if item has property specified by this condition and has a DisplayString value that contains specified string
|
|
|
DisplayStringWildcard |
Creates condition that matches if item has property specified by this condition and has a DisplayString value that matches specified wildcard string
|
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
|
|
Dispose(Boolean) | (Inherited from NativeHandle.) |
|
|
Equals | (Overrides NativeHandle..::..Equals(Object).) |
|
|
EqualValue |
Creates condition that matches if item has property specified by this condition and equal value
|
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
|
|
GetHashCode | (Overrides NativeHandle..::..GetHashCode()()()().) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
HasCategoryByCombinedName |
Creates condition that matches if item has category with specified CombinedName
|
|
|
HasCategoryByDisplayName |
Creates condition that matches if item has category with specified DisplayName
|
|
|
HasCategoryByName |
Creates condition that matches if item has category with specified Name
|
|
|
HasPropertyByCombinedName |
Creates condition that matches if item has property in category with specified CombinedNames
|
|
|
HasPropertyByDisplayName |
Creates condition that matches if item has property in category with specified DisplayNames
|
|
|
HasPropertyByName |
Creates condition that matches if item has property in category with specified Names
|
|
|
IgnoreStringValueAccents |
Creates condition that matches if item matches this condition while ignoring accents during string value comparisons
|
|
|
IgnoreStringValueCase |
Creates condition that matches if item matches this condition while ignoring case during string value comparisons
|
|
|
IgnoreStringValueCharWidths |
Creates condition that matches if item matches this condition while ignoring character widths during string value comparisons
|
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
Negate |
Creates condition that matches if item does not match this condition
|
|
|
SameType |
Creates condition that matches if item has property specified by this condition and value of specified type
|
|
|
StartGroup |
Creates condition that is same as this condition with StartGroup option set
|
|
|
ToString | (Overrides NativeHandle..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
|
|
CategoryCombinedName |
Combined name for category to compare against
|
|
|
Comparison |
Comparison operator to use when evaluating condition
|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
|
|
Options |
Options to use when evaluating condition
|
|
|
PropertyCombinedName |
Combined name for property to compare against
|
|
|
Value |
Value to compare against when evaluating condition
|