IDetailedTerm Interface

Encapsulates methods and properties for the detailed description of Term. usually used in UI to allow user to select a wanted item in a list of Term elements.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public interface IDetailedTerm

Properties

Description Description of the current Term.
Title Title of the current Term.

Methods

GetDetails Shows a string representation of current expression component information.
ToTerm Returns a Term current detailed description is prepared for.

See Also