C# Class Raven.Studio.Features.Settings.ScriptedIndexSettingsSectionModel

Inheritance: Raven.Studio.Models.SettingsSectionModel
Datei anzeigen Open project: robashton/ravendb

Public Properties

Property Type Description
DeletedIndexes List

Public Methods

Method Description
CheckForChanges ( ) : void
StoreChanges ( ) : void

Protected Methods

Method Description
OnViewLoaded ( ) : void

Private Methods

Method Description
LoadScriptForIndex ( ) : void
ScriptedIndexSettingsSectionModel ( ) : System
SelectedScriptChanged ( ) : void
UpdateAvailableIndexes ( ) : void
UpdateDocumentToSample ( ) : void
UpdateIntelli ( ) : void

Method Details

CheckForChanges() public method

public CheckForChanges ( ) : void
return void

OnViewLoaded() protected method

protected OnViewLoaded ( ) : void
return void

StoreChanges() public method

public StoreChanges ( ) : void
return void

Property Details

DeletedIndexes public_oe property

public List DeletedIndexes
return List