CompositeExpression 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.
String literal with embedded expressions
public class CompositeExpression : Microsoft.OpenApi.RuntimeExpression
type CompositeExpression = class
inherit RuntimeExpression
Public Class CompositeExpression
Inherits RuntimeExpression
- Inheritance
Constructors
| Name | Description |
|---|---|
| CompositeExpression(String) |
Create a composite expression from a string literal with an embedded expression |
Fields
| Name | Description |
|---|---|
| Prefix |
The dollar sign prefix for a runtime expression. (Inherited from RuntimeExpression) |
Properties
| Name | Description |
|---|---|
| ContainedExpressions |
Expressions embedded into string literal |
| Expression |
Return original string literal with embedded expression |
Methods
| Name | Description |
|---|---|
| Equals(Object) |
Equals implementation for IEquatable. (Inherited from RuntimeExpression) |
| Equals(RuntimeExpression) | (Inherited from RuntimeExpression) |
| GetHashCode() |
GetHashCode implementation for IEquatable. (Inherited from RuntimeExpression) |
| ToString() | (Inherited from RuntimeExpression) |