Operation
Class
Definition
Namespace:Telerik.WinControls.UI.Calculator
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class Operation
Inheritance: objectOperation
Constructors
C#
public Operation()
Properties
Gets or sets the display trace that is generated when an operation is executed.
C#
public string DisplayTrace { get; set; }
The display trace.
Gets or sets the delegate that describes operation's logic.
C#
public Delegate OperationBody { get; set; }
The operation delegate.
Gets or sets the type of the operation - binary, unary, percent.
C#
public OperationType Type { get; set; }
The operation type.