C# Class IL.View.Model.ReferencePathsSettings

Inheritance: INotifyPropertyChanged
显示文件 Open project: DenisVuyka/IL.View Class Usage Examples

Public Methods

Method Description
AddFolder ( string path ) : bool
Load ( ) : void
ReferencePathsSettings ( ) : System
ReferencePathsSettings ( bool autosave ) : System
Save ( ) : void

Private Methods

Method Description
LoadSettings ( ) : IEnumerable
OnFoldersChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnPropertyChanged ( string propertyName ) : void

Method Details

AddFolder() public method

public AddFolder ( string path ) : bool
path string
return bool

Load() public method

public Load ( ) : void
return void

ReferencePathsSettings() public method

public ReferencePathsSettings ( ) : System
return System

ReferencePathsSettings() public method

public ReferencePathsSettings ( bool autosave ) : System
autosave bool
return System

Save() public method

public Save ( ) : void
return void