Phresco.FusionCharts.ListToXmlConverter.QueryList C# (CSharp) Méthode

QueryList() private méthode

Get the list of items in the list based on the view
private QueryList ( ) : void
Résultat void
        private void QueryList()
        {
            _items = _list.GetItems(_view);
        }