C# Class Selections.ViewModels.MultiViewModel

Mostra file Open project: Slesa/Playground

Public Methods

Method Description
ClearSelection ( ) : void
MultiViewModel ( ) : System.Collections.ObjectModel
SelectAll ( ) : void

Private Methods

Method Description
CanClearSelection ( ) : bool
ItemFilter ( object o ) : bool

Method Details

ClearSelection() public method

public ClearSelection ( ) : void
return void

MultiViewModel() public method

public MultiViewModel ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel

SelectAll() public method

public SelectAll ( ) : void
return void