Class Operation
Represents an arithmetic operation.
Inheritance
System.Object
Operation
Namespace: Telerik.Windows.Controls.Calculator
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class Operation : Object
Constructors
Operation()
Declaration
public Operation()
Properties
DisplayTrace
Gets or sets the display trace that is generated when an operation is executed.
Declaration
public string DisplayTrace { get; set; }
Property Value
System.String
The display trace. |
OperationBody
Gets or sets the delegate that describes operation's logic.
Declaration
public Delegate OperationBody { get; set; }
Property Value
System.Delegate
The operation delegate. |
Type
Gets or sets the type of the operation - binary, unary, percent.
Declaration
public OperationType Type { get; set; }
Property Value
OperationType
The operation type. |