Interface IGetsDictionaryOfNamedTalesValues
A specialisation of IGetsNamedTalesValue which can provide a dictionary of many named TALES values.
Inherited Members
Namespace: ZptSharp.Expressions
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsDictionaryOfNamedTalesValues : IGetsNamedTalesValue
Methods
| Improve this Doc View SourceGetAllNamedValues()
Gets a dictionary of every available named TALES value, exposed by the current instance.
Declaration
Task<IDictionary<string, object>> GetAllNamedValues()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<System.String, System.Object>> | The named values. |