C# Class Veso.Server.Migrations.MigrationsListStore

A configuration that lists all the migration routines that were applied.
Inheritance: ConfigurationStore
Show file Open project: vesoapp/veso

Public Properties

Property Type Description
StoreKey string

Public Methods

Method Description
MigrationsListStore ( ) : MediaBrowser.Common.Configuration

Initializes a new instance of the MigrationsListStore class.

Method Details

MigrationsListStore() public method

Initializes a new instance of the MigrationsListStore class.
public MigrationsListStore ( ) : MediaBrowser.Common.Configuration
return MediaBrowser.Common.Configuration

Property Details

StoreKey public static property

The name of the configuration in the storage.
public static string StoreKey
return string