C# Class trello.ViewModels.Cards.ChangeCardLabelsViewModel

Inheritance: DialogViewModel
Datei anzeigen Open project: Bunk/trellow Class Usage Examples

Public Methods

Method Description
ChangeCardLabelsViewModel ( object root ) : System
Initialize ( IEnumerable selected ) : ChangeCardLabelsViewModel

Protected Methods

Method Description
OnActivate ( ) : void
OnInitialize ( ) : void

Private Methods

Method Description
CreateLabel ( System.Color color ) : Label
Toggle ( Label label ) : void

Method Details

ChangeCardLabelsViewModel() public method

public ChangeCardLabelsViewModel ( object root ) : System
root object
return System

Initialize() public method

public Initialize ( IEnumerable selected ) : ChangeCardLabelsViewModel
selected IEnumerable
return ChangeCardLabelsViewModel

OnActivate() protected method

protected OnActivate ( ) : void
return void

OnInitialize() protected method

protected OnInitialize ( ) : void
return void