C# Class Dev2.Studio.Core.ViewModels.Wizards.DataListChangeNotificationViewModel

Inheritance: Dev2.Studio.Core.ViewModels.Base.SimpleBaseViewModel
Datei anzeigen Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
DataListChangeNotificationViewModel ( string message, IEnumerable addedItems, IEnumerable removedItems ) : System.Collections.Generic

Method Details

DataListChangeNotificationViewModel() public method

public DataListChangeNotificationViewModel ( string message, IEnumerable addedItems, IEnumerable removedItems ) : System.Collections.Generic
message string
addedItems IEnumerable
removedItems IEnumerable
return System.Collections.Generic