C# Класс Artemis.ViewModels.Profiles.LayerConditionViewModel

Наследование: Caliburn.Micro.Screen
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Delete ( ) : void

Delete the current model from the parent

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

Приватные методы

Метод Описание
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?

Описание методов

Delete() публичный Метод

Delete the current model from the parent
public Delete ( ) : void
Результат void

LayerConditionViewModel() публичный Метод

public LayerConditionViewModel ( LayerEditorViewModel conditionModel, LayerConditionModel layerConditionModel ) : System.ComponentModel
conditionModel LayerEditorViewModel
layerConditionModel Artemis.Profiles.Layers.Models.LayerConditionModel
Результат System.ComponentModel