protected override void PrepareDynamicRows(TableRow tableRow, string pathPrefix, ValueProvider provider, List <object> collection) { Context.PushElements(Enumerable.Repeat(tableRow, collection.Count)); TableRowsToDataProviders.Add(tableRow, new TableRowValueProvider(collection.GetType().GetGenericArguments().First(), pathPrefix, collection) ); }
protected abstract void PrepareDynamicRows(TableRow tableRow, string pathPrefix, ValueProvider provider, List <object> collection);