Class StringValueExpression
The StringValueExpression class represents a string value in a filter expression.
Inherited Members
System.Object.ToString()
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.4Syntax
public class StringValueExpression : ValueExpression<string>
Constructors
StringValueExpression(String)
Constructor
Declaration
public StringValueExpression(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value | Boolean value represented by this expression |
Methods
Accept(FilterExpressionVisitor)
Accepts a visitor capable of interpreting this expression.
Declaration
public override void Accept(FilterExpressionVisitor visitor)
Parameters
| Type | Name | Description |
|---|---|---|
| FilterExpressionVisitor | visitor | Visitor to be accepted |