Show / Hide Table of Contents

Interface IGetsRepetitionContexts

An object used by RepeatAttributeDecorator which gets the collection of ExpressionContext which are exposed by a specified expression result.

Namespace: ZptSharp.Tal
Assembly: ZptSharp.dll
Syntax
public interface IGetsRepetitionContexts

Methods

| Improve this Doc View Source

GetRepetitionContexts(Object, ExpressionContext, String)

Gets the repetition contexts for the specified expressionResult.

Declaration
IList<ExpressionContext> GetRepetitionContexts(object expressionResult, ExpressionContext sourceContext, string repeatVariableName)
Parameters
Type Name Description
System.Object expressionResult

Expression result.

ExpressionContext sourceContext

Source context.

System.String repeatVariableName

Repeat variable name.

Returns
Type Description
System.Collections.Generic.IList<ExpressionContext>

The repetition contexts.

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