示例#1
0
 function __construct($name, $page, $dataset, $caption, $pageNavigatorList, $prefix = null)
 {
     parent::__construct($name, $page, $dataset, $caption, $prefix);
     $this->OnGetPartitions = new Event();
     $this->OnGetPartitionCondition = new Event();
     $this->userPartitions = null;
     $this->allowViewAllRecords = false;
     $this->navigationStyle = NS_LIST;
 }