IValueSerializableExpression Interface

Definition

Provides methods for converting expressions to strings.

C#
public interface IValueSerializableExpression
Derived

Remarks

Authors of expression activities who want to offer a short textual form of the activities' expressions should implement this interface.

Methods

CanConvertToString(IValueSerializerContext)

Determines whether the expression can be converted into a string.

ConvertToString(IValueSerializerContext)

Converts an expression to a string.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1