|
|
The Search type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
Search()()()() |
Create a clear search
|
|
|
Search(Search) |
Create a copy of another search
|
Methods
| Name | Description | |
|---|---|---|
|
|
CanMerge |
True if the search conditions and selection critera are compatible between this and another search
|
|
|
Clear |
Clears search back to it's default state
|
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
|
|
Dispose(Boolean) | (Inherited from NativeHandle.) |
|
|
Equals |
Determines whether the specified object and the current object refer to the same
underlying native object. Returns false if either object has been disposed.
(Inherited from NativeHandle.) |
|
|
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.) |
|
|
FindAll(Boolean) |
Returns a ModelItemCollection that represents the items specified by this Search in the document
which it is associated with.
|
|
|
FindAll(Document, Boolean) |
Returns a ModelItemCollection that represents the items specified by this Search in document.
|
|
|
FindFirst(Boolean) |
Returns the first ModelItem specified by this Search in the document
which it is associated with. Returns null if none found.
|
|
|
FindFirst(Document, Boolean) |
Returns the first ModelItem specified by this Search in document. Returns null if none found.
|
|
|
FindIncremental(Boolean) |
Returns a an enumerable that steps through the items specified by this Search in the document
which it is associated with.
|
|
|
FindIncremental(Document, Boolean) |
Returns an enumerable that steps through the items specified by this Search in document.
|
|
|
GetHashCode | (Inherited from NativeHandle.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
Merge |
Merges another Search into this Search, appending its conditions as a new group of conditions.
|
|
|
ToString | (Inherited from NativeHandle.) |
|
|
TryMerge |
Attempts to merge another Search into this Search, combining conditions of search as a new group of conditions. Returns true if
the merge is successful, and false if the Searches are incompatible e.g. different model selections searched.
|
|
|
ValueEquals(Search) |
Performs comparison 'By Value'
|
|
|
ValueEquals(Search, Search) |
Compares the two references 'By Value'
|
Properties
| Name | Description | |
|---|---|---|
|
|
IsClear |
True if selection is clear, and there are no search conditions
|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
|
|
Locations |
Locations within Selection to search. Default is DescendantsAndSelf.
|
|
|
PruneBelowMatch |
When value is true, search ignores descendants of any matching model items. Default is true.
|
|
|
SearchConditions |
Search conditions that will be applied during search
|
|
|
Selection |
Selection that will be searched
|