Class OperatorContext
Inheritance
System.Object
OperatorContext
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 OperatorContext
Constructors
OperatorContext(Object, IFormatProvider, Object)
Declaration
public OperatorContext(object row, IFormatProvider formatProvider, object expressionContext)
Parameters
System.
|
System.
|
System.
|
OperatorContext(Object, IFormatProvider, Object, CompareOptions)
Declaration
public OperatorContext(object row, IFormatProvider formatProvider, object expressionContext, CompareOptions compareFlags)
Parameters
System.
|
System.
|
System.
|
System.
|
Properties
CompareOptions
Declaration
public CompareOptions CompareOptions { get; }
Property Value
System.
|
ExpressionContext
Declaration
public object ExpressionContext { get; }
Property Value
System.
|
FormatProvider
Declaration
public IFormatProvider FormatProvider { get; }
Property Value
System.
|
Row
Declaration
public object Row { get; }
Property Value
System.
|