Class Operation
Represents an arithmetic operation.
Inheritance
System.Object
Operation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Calculator
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class Operation
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. |