ClassFalse
Class
Implements the FALSE function, which returns the boolean value FALSE.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class False : FunctionBase
Inheritance: objectFunctionBaseFalse
Inherited Members
Constructors
False()
Initializes a new FALSE function instance that produces the boolean FALSE value.
Declaration
cs-api-definition
public False()
Fields
FunctionName
The name of the function.
Properties
FunctionInfo
Gets metadata describing the function's category, description, and argument structure.
Declaration
cs-api-definition
public override FunctionInfo FunctionInfo { get; }
Property Value
The function info as FunctionInfo.
Overrides
Methods
EvaluateOverride(FunctionEvaluationContext<RadExpression>)
Evaluates the function and returns the boolean FALSE expression.
Declaration
cs-api-definition
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<RadExpression> context)
Parameters
context
FunctionEvaluationContext<RadExpression>
The context.
Returns
Function result as RadExpression.
Overrides