The Expression type exposes the following members.

Constructors

  Name Description
Public method Expression()()()()
Initializes a new instance of the Expression class.
Public method Expression(String)
Initializes a new instance of the Expression class.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another Expression to the current object.
Public method Clone
Creates a copy of the current Expression object.

Properties

  Name Description
Public property Text
Gets or sets the text of the current Expression.

If not set, an empty string is returned.

See Also