Click or drag to resize

IToken Interface

Public interface of a text token.

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

The IToken type exposes the following members.

Properties
  NameDescription
Public propertyDataType
Gets the data type of the token.
Public propertyText
Gets the text of the token.
Public propertyValue
Gets the value of the token. The type of the value depends on the |DataType| of the token.
Top
See Also