Show / Hide Table of Contents

Interface IGetsDictionaryOfNamedTalesValues

A specialisation of IGetsNamedTalesValue which can provide a dictionary of many named TALES values.

Inherited Members
IGetsNamedTalesValue.TryGetValueAsync(String, CancellationToken)
Namespace: ZptSharp.Expressions
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsDictionaryOfNamedTalesValues : IGetsNamedTalesValue

Methods

| Improve this Doc View Source

GetAllNamedValues()

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX