Table of Contents

Class CodeExpression

Namespace
Dynamicweb.Indexing.Querying.Expressions
Assembly
Dynamicweb.Core.dll
public class CodeExpression : ValueExpression
Inheritance
CodeExpression
Inherited Members

Properties

DisplayValue

Gets the value to be shown on the UI page

public object DisplayValue { get; set; }

Property Value

object

Parameters

public string Parameters { get; set; }

Property Value

string

TypeName

Gets the type of the value.

public string TypeName { get; }

Property Value

string

The type.

Methods

GetValue()

Gets expression value

public override object GetValue()

Returns

object

The value

ToString()

Converts expression to string

public override string ToString()

Returns

string

String representation of expression

To top