C# Class SIL.Cog.Application.ViewModels.SettingsWorkspaceViewModelBase

Inheritance: SIL.Cog.Application.ViewModels.WorkspaceViewModelBase
显示文件 Open project: sillsdev/cog

Public Methods

Method Description
Apply ( ) : void
Reset ( ) : void

Protected Methods

Method Description
SettingsWorkspaceViewModelBase ( string title, IProjectService projectService, IBusyService busyService ) : System

Private Methods

Method Description
CanApply ( ) : bool
Component_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
projectService_ProjectOpened ( object sender, EventArgs e ) : void

Method Details

Apply() public method

public Apply ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

SettingsWorkspaceViewModelBase() protected method

protected SettingsWorkspaceViewModelBase ( string title, IProjectService projectService, IBusyService busyService ) : System
title string
projectService IProjectService
busyService IBusyService
return System