Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IExpression

Summary description for IExpression.

Namespace: EPiServer.BaseLibrary.Search
Assembly: EPiServer.BaseLibrary.dll
Version: 8.11.0
Syntax
public interface IExpression

Properties

Column

Declaration
string Column { get; }
Property Value
Type Description
System.String

Methods

IsCriteriaTrue(Object[])

Declaration
bool IsCriteriaTrue(params object[] values)
Parameters
Type Name Description
System.Object[] values
Returns
Type Description
System.Boolean

Extension Methods