TextLine Class

Represents a line of found or surrounding text.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public class TextLine : IDisposable
Inheritance
Object    TextLine
Implements
IDisposable

Properties

LineNumber Gets the line number of the text line.
LinesAfter Gets the list of surrounding lines trailing the found line.
LinesBefore Gets the list of surrounding lines leading the found line.
TextMatchHighlightList Gets the list of non-overlapping matches of the containing text criteria on the line.
TextMatchList Gets the list of positive matches of the containing text criteria on the line.
Value Gets the full text of the line.

Methods

DisposeReleases all resources used by the TextLine
Dispose(Boolean)Releases the unmanaged resources used by the TextLine and optionally releases the managed resources
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Non-GC class clean up
(Overrides ObjectFinalize)
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)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also