Table of Contents

Class CMSPluginMesSuiteOptions

Namespace
CMS.Plugin.MesSuite.Abstractions
Assembly
CMS.Plugin.MesSuite.Abstractions.dll

Mes套件配置选项

public class CMSPluginMesSuiteOptions
Inheritance
CMSPluginMesSuiteOptions
Inherited Members

Fields

ProjectDatabaseSuffix

The project database suffix

public const string ProjectDatabaseSuffix = "_project"

Field Value

string

TraceConnectionStringName

The trace connection string name

public static string TraceConnectionStringName

Field Value

string

TraceConnectionStringNames

The trace connection string names

public static string TraceConnectionStringNames

Field Value

string

TraceDatabaseSuffix

The trace database suffix

public const string TraceDatabaseSuffix = "_trace"

Field Value

string

Properties

ProjectTableIdentities

备份配置数据 需要包含的表

public List<TableIdentity> ProjectTableIdentities { get; set; }

Property Value

List<TableIdentity>

TraceTableIdentities

备份生产数据 需要包含的表

public List<TableIdentity> TraceTableIdentities { get; set; }

Property Value

List<TableIdentity>

Methods

GetDataProviderName(string)

public static string GetDataProviderName(string migrationsHistoryTable)

Parameters

migrationsHistoryTable string

Returns

string

GetDatabaseSuffix(string)

Gets the database suffix.

public static string GetDatabaseSuffix(string migrationsHistoryTable)

Parameters

migrationsHistoryTable string

The migrations history table.

Returns

string