Click or drag to resize

ILabel Interface

Interface defines a label.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public interface ILabel

The ILabel type exposes the following members.

Properties
  NameDescription
Public propertyAction
Gets or sets the additional action to perform when the label is detected."
Public propertyMatchCase
Gets or sets a flag to indicate whether the search is case sensitive.
Public propertyName
Gets or set the name of the label.
Public propertyQuery
Gets or sets the search query that is used to locate the label in the report file.
Public propertyText
Gets the text of the currently matched label.
Public propertyUseRegex
Gets or sets a flag to indicate whether the query will be used as a regular expression pattern when searching for the label.
Public propertyWholeWord
Gets or sets a flag to indicate whether the search should be limited to whole words only.
Top
See Also