C# Class Artemis.ViewModels.Profiles.LayerConditionViewModel

Inheritance: Caliburn.Micro.Screen
Afficher le fichier Open project: SpoinkyNL/Artemis Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( ) : void

Delete the current model from the parent

LayerConditionViewModel ( LayerEditorViewModel conditionModel, LayerConditionModel layerConditionModel ) : System.ComponentModel

Private Methods

Méthode Description
PreSelect ( ) : void

Setup the current UI elements to show the backing model

UpdateForm ( object sender, PropertyChangedEventArgs e ) : void

Handles updating the form to match the selected data model property

UpdateModel ( object sender, PropertyChangedEventArgs e ) : void

Handles saving user input to the model TODO: Data validation?

Method Details

Delete() public méthode

Delete the current model from the parent
public Delete ( ) : void
Résultat void

LayerConditionViewModel() public méthode

public LayerConditionViewModel ( LayerEditorViewModel conditionModel, LayerConditionModel layerConditionModel ) : System.ComponentModel
conditionModel LayerEditorViewModel
layerConditionModel Artemis.Profiles.Layers.Models.LayerConditionModel
Résultat System.ComponentModel