C# Class Dev2.Studio.Core.DataListSingleton

Acts as a backing store for the current datalist Object stores the active data list and can be queried by any view/viewmodel for the current datalist
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
SetDataList ( IDataListViewModel activeDataList ) : void

Method Details

SetDataList() public static method

public static SetDataList ( IDataListViewModel activeDataList ) : void
activeDataList IDataListViewModel
return void