MatchingContext Class

Contains all search results which are found within a single region.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public class MatchingContext : IEnumerator<ExtendedSearchEntry>, 
	IDisposable, IEnumerator
Inheritance
Object    MatchingContext
Implements
IEnumerator<ExtendedSearchEntry>, IEnumerator, IDisposable

Constructors

MatchingContext Constructs the instance of MatchingContext.

Properties

CurrentGets the element in the collection at the current position of the enumerator.
EntriesCount Number of search results within the region.
FoundIndex Index of the region in the list of all found regions.
InnerOffset Inner offset of the current matching value.
Offset Offset of the current matching value.
Selected Determines whether the region contains the result which is currently selected in WorksheetSearch.
SelectedEntry Determines whether Current is the result which is currently selected in WorksheetSearch.

Methods

Append Appends the specified results. Removes any duplicates by CursorPosition.
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
MoveNextAdvances the enumerator to the next element of the collection.
Reset()Sets the enumerator to its initial position, which is before the first element in the collection.
Reset(Int32, Int32) Resets the context to initial state.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Explicit Interface Implementations

IEnumerator.CurrentGets the element in the collection at the current position of the enumerator.

See Also