ReferenceExpressionBuilder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A builder for creating ReferenceExpression instances.
public class ReferenceExpressionBuilder
type ReferenceExpressionBuilder = class
Public Class ReferenceExpressionBuilder
- Inheritance
-
ReferenceExpressionBuilder
Constructors
ReferenceExpressionBuilder() |
Properties
IsEmpty |
Indicates whether the expression is empty. |
Methods
Append(ReferenceExpressionBuilder+ReferenceExpressionBuilderInterpolatedStringHandler) |
Appends an interpolated string to the expression. |
AppendFormatted(String) |
Appends a formatted value to the expression. |
AppendFormatted<T>(T) |
Appends a formatted value to the expression. The value must implement IValueProvider and IManifestExpressionProvider. |
AppendLiteral(String) |
Appends a literal value to the expression. |
Build() |
Builds the ReferenceExpression. |