C# Class trello.ViewModels.Cards.ChangeCardLabelsViewModel

Inheritance: DialogViewModel
Afficher le fichier Open project: Bunk/trellow Class Usage Examples

Méthodes publiques

Méthode Description
ChangeCardLabelsViewModel ( object root ) : System
Initialize ( IEnumerable selected ) : ChangeCardLabelsViewModel

Méthodes protégées

Méthode Description
OnActivate ( ) : void
OnInitialize ( ) : void

Private Methods

Méthode Description
CreateLabel ( System.Color color ) : Label
Toggle ( Label label ) : void

Method Details

ChangeCardLabelsViewModel() public méthode

public ChangeCardLabelsViewModel ( object root ) : System
root object
Résultat System

Initialize() public méthode

public Initialize ( IEnumerable selected ) : ChangeCardLabelsViewModel
selected IEnumerable
Résultat ChangeCardLabelsViewModel

OnActivate() protected méthode

protected OnActivate ( ) : void
Résultat void

OnInitialize() protected méthode

protected OnInitialize ( ) : void
Résultat void