C# 클래스 Artemis.ViewModels.Profiles.LayerConditionViewModel

상속: Caliburn.Micro.Screen
파일 보기 프로젝트 열기: SpoinkyNL/Artemis 1 사용 예제들

공개 메소드들

메소드 설명
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