Class ValueExpression

The ValueExpression class serves as the basis for expressions representing values in filter expressions.

Inheritance
System.Object
ValueExpression
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: EPiServer.Social.Common
Assembly: EPiServer.Social.Common.dll
Version: 1.5.4
Syntax
public abstract class ValueExpression : FilterExpression

Constructors

ValueExpression()

Declaration
protected ValueExpression()
arrow_upward