Phresco.FusionCharts.ListToXmlConverter.QueryList C# (CSharp) 메소드

QueryList() 개인적인 메소드

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