C# Class SmartCmdArgs.ViewModel.ListViewModel

Inheritance: PropertyChangedBase
Datei anzeigen Open project: MBulli/SmartCommandlineArgs Class Usage Examples

Private Properties

Property Type Description
MoveEntriesDown void
MoveEntriesUp void
ToogleEnabledForItem void

Public Methods

Method Description
AddNewItem ( string command, bool enabled = true ) : CmdArgItem
ListViewModel ( ) : System

Protected Methods

Method Description
OnSelectedItemsChanged ( ) : void

Private Methods

Method Description
MoveEntriesDown ( IEnumerable items ) : void
MoveEntriesUp ( IEnumerable items ) : void
ToogleEnabledForItem ( CmdArgItem item, bool exclusiveMode ) : void

Method Details

AddNewItem() public method

public AddNewItem ( string command, bool enabled = true ) : CmdArgItem
command string
enabled bool
return CmdArgItem

ListViewModel() public method

public ListViewModel ( ) : System
return System

OnSelectedItemsChanged() protected method

protected OnSelectedItemsChanged ( ) : void
return void