C# Class ReactiveWpfApp.TagViewModel

Datei anzeigen Open project: shishkin/Stimpack

Public Methods

Method Description
TagViewModel ( string tag, ObservableCollection notes ) : System

Private Methods

Method Description
CountTaggedNotes ( ) : int
OnNoteTagged ( string tag ) : void

Method Details

TagViewModel() public method

public TagViewModel ( string tag, ObservableCollection notes ) : System
tag string
notes ObservableCollection
return System