Example #1
0
        public static EntityRepeaterProxy EntityRepeater <T>(this ILineContainer <T> container, Expression <Func <T, object> > property, TreeScope scope = TreeScope.Descendants) where T : ModifiableEntity
        {
            PropertyRoute route = container.GetRoute(property);

            return(container.EntityRepeater(route, scope));
        }