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
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
SetDataList ( IDataListViewModel activeDataList ) : void

Method Details

SetDataList() public static méthode

public static SetDataList ( IDataListViewModel activeDataList ) : void
activeDataList IDataListViewModel
Résultat void