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 SourceGetRepetitionContexts(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. |