Skip to content
Docs Try Aspire

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; }
ManifestExpressions Section titled ManifestExpressions IReadOnlyList<string>
The manifest expressions for the parameters for the format string.
public IReadOnlyList<string> ManifestExpressions { get; }
StringFormats Section titled StringFormats IReadOnlyList<string?>
The string formats of the parameters, e.g. "uri".
public IReadOnlyList<string?> StringFormats { get; }
ValueExpression Section titled ValueExpression string
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; }