OperatorInfo Class

Implements IDetailedTerm for the operator term.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public class OperatorInfo : IDetailedTerm
Inheritance
Object    OperatorInfo
Implements
IDetailedTerm

Constructors

OperatorInfoInitializes a new instance of the OperatorInfo class

Properties

Description Description of the current Term.
HotKey Горячая клавиша для вставки оператора
Symbol Символ для вставки
Title Title of the current Term.
Type Тип оператора

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetDetails Shows a string representation of current expression component information.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString
(Overrides ObjectToString)
ToTerm Returns a Term current detailed description is prepared for.

See Also