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.

Properties

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

If not set, an empty string is returned.

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method ICloneable..::..Clone

See Also