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.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public interface IDetailedTerm
Public Interface IDetailedTerm
public interface class IDetailedTerm
type IDetailedTerm = interface end
GetDetails |
Shows a string representation of current expression component information.
|
ToTerm |
Returns a Term current detailed description is prepared for.
|