ReferenceExpression Properties
Class Properties 5 members
Represents an expression that might be made up of multiple resource properties. For example, a connection string might be made up of a host, port, and password from different endpoints.
The format string for this expression.
public string Format { get; } The manifest expressions for the parameters for the format string.
public IReadOnlyList<string> ManifestExpressions { get; } The string formats of the parameters, e.g. "uri".
public IReadOnlyList<string?> StringFormats { get; } The value expression for the format string.
public string ValueExpression { get; } The list of
IValueProvider that will be used to resolve parameters for the format string. public IReadOnlyList<IValueProvider> ValueProviders { get; }