Interface IExpression
Summary description for IExpression.
Namespace: EPiServer.BaseLibrary.Search
Assembly: EPiServer.BaseLibrary.dll
Version: 8.11.0Syntax
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 |