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