Interface IGetsDictionaryOfNamedTalesValues
A specialisation of IGets
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. |
The named values. |