Class Operand
Inheritance
System.Object
Operand
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.Data.Expressions
Assembly: Telerik.WinControls.dll
Syntax
public sealed class Operand
Constructors
Operand(ExpressionNode, Object, Object)
Declaration
public Operand(ExpressionNode node, object row, object expressionContext)
Parameters
ExpressionNode
node
|
System.Object
row
|
System.Object
expressionContext
|
Properties
ExpressionContext
Declaration
public object ExpressionContext { get; }
Property Value
System.Object
|
HasValue
Declaration
public bool HasValue { get; }
Property Value
System.Boolean
|
IsConst
Declaration
public bool IsConst { get; }
Property Value
System.Boolean
|
Node
Row
Declaration
public object Row { get; }
Property Value
System.Object
|
Value
Declaration
public object Value { get; }
Property Value
System.Object
|
Methods
ForceEvaluate()
Declaration
public object ForceEvaluate()
Returns
System.Object
|