IOperatorInfo Interface

Specialization of IDetailedTerm for the operator term.

Definition

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

Properties

Description Description of the current Term.
(Inherited from IDetailedTerm)
HotKey Hot key for insertion of the operator.
Symbol Symbol of the operator.
Title Title of the current Term.
(Inherited from IDetailedTerm)
Type Type of the operator.

Methods

GetDetails Shows a string representation of current expression component information.
(Inherited from IDetailedTerm)
ToTerm Returns a Term current detailed description is prepared for.
(Inherited from IDetailedTerm)

See Also