[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a piece of text in a parse string with placeholder values.

Namespace: net.esper.util
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class TextFragment _
	Inherits Fragment
C#
public class TextFragment : PlaceholderParser.Fragment
Visual C++
public ref class TextFragment : public Fragment

Inheritance Hierarchy

System.Object
  net.esper.util.Fragment
    net.esper.util.TextFragment