C# Class Artemis.ViewModels.Profiles.LayerDynamicPropertiesViewModel

Inheritance: PropertyChangedBase
显示文件 Open project: SpoinkyNL/Artemis Class Usage Examples

Public Methods

Method Description
Apply ( LayerModel layerModel ) : void
LayerDynamicPropertiesViewModel ( string property, LayerEditorViewModel layerEditorViewModel ) : System.ComponentModel

Private Methods

Method Description
OnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
SetupControls ( ) : void

Method Details

Apply() public method

public Apply ( LayerModel layerModel ) : void
layerModel LayerModel
return void

LayerDynamicPropertiesViewModel() public method

public LayerDynamicPropertiesViewModel ( string property, LayerEditorViewModel layerEditorViewModel ) : System.ComponentModel
property string
layerEditorViewModel LayerEditorViewModel
return System.ComponentModel