Class Xor
Represents the XOR function.
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.Documents.Spreadsheet.Expressions.Functions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class Xor : BooleansInFunction
Constructors
Xor()
Declaration
public Xor()
Fields
FunctionName
The name of the function.
Declaration
public static readonly string FunctionName
Field Value
System.String
|
Properties
FunctionInfo
Gets the function info.
Declaration
public override FunctionInfo FunctionInfo { get; }
Property Value
FunctionInfo
The function info as FunctionInfo. |
Overrides
Name
Gets the name of the function.
Declaration
public override string Name { get; }
Property Value
System.String
The name as String. |
Overrides
Methods
EvaluateOverride(FunctionEvaluationContext<Boolean>)
Virtual method evaluating the function with System.Object arguments array.
Declaration
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<bool> context)
Parameters
FunctionEvaluationContext<System.Boolean>
context
The context. |
Returns
RadExpression
Functions result as RadExpression. |
Overrides
Telerik.Windows.Documents.Spreadsheet.Expressions.Functions.FunctionWithSameTypeArguments<System.Boolean>.EvaluateOverride(Telerik.Windows.Documents.Spreadsheet.Expressions.Functions.FunctionEvaluationContext<System.Boolean>)