FnListMerge
- Implements: IResolvable
Returns true if a specified string matches all values in a list.
Initializers
using AlibabaCloud.SDK.ROS.CDK.Core;
new FnListMerge(object[] ListOfValues);
| Name | Type | Description |
|---|---|---|
ListOfValues |
object[] |
No description. |
ListOfValuesRequired
- Type: object[]
Methods
| Name | Description |
|---|---|
Resolve |
Produce the Token's value at resolution time. |
ToJSON |
No description. |
ToString |
Return a string representation of this resolvable object. |
Resolve
private object Resolve(IResolveContext Context)
Produce the Token's value at resolution time.
- Type: IResolveContext
ToJSON
private string ToJSON()
ToString
private string ToString()
Return a string representation of this resolvable object.
Returns a reversible string representation.
Properties
| Name | Type | Description |
|---|---|---|
CreationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
CreationStackRequired
public string[] CreationStack { get; }
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.