C# 클래스 Veso.Server.Migrations.MigrationsListStore

A configuration that lists all the migration routines that were applied.
상속: ConfigurationStore
파일 보기 프로젝트 열기: vesoapp/veso

공개 프로퍼티들

프로퍼티 타입 설명
StoreKey string

공개 메소드들

메소드 설명
MigrationsListStore ( ) : MediaBrowser.Common.Configuration

Initializes a new instance of the MigrationsListStore class.

메소드 상세

MigrationsListStore() 공개 메소드

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

프로퍼티 상세

StoreKey 공개적으로 정적으로 프로퍼티

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