Table of Contents

Class MySQL2Strings

Namespace
CL.MySQL2.Localization
Assembly
CL.MySQL2.dll

Localized strings for the CL.MySQL2 library. Serialized to / from mysql.{culture}.json in the library's localization directory.

[LocalizationSection("mysql")]
public class MySQL2Strings : LocalizationModelBase
Inheritance
LocalizationModelBase
MySQL2Strings
Inherited Members
LocalizationModelBase.Culture

Properties

ConfigurationError

[LocalizedString(Description = "Logged on configuration error. {0} = error detail.")]
public string ConfigurationError { get; set; }

Property Value

string

ConnectionClosed

[LocalizedString(Description = "Logged when a database connection is closed.")]
public string ConnectionClosed { get; set; }

Property Value

string

ConnectionEstablished

[LocalizedString(Description = "Logged when a database connection is successfully established.")]
public string ConnectionEstablished { get; set; }

Property Value

string

ConnectionFailed

[LocalizedString(Description = "Logged when a connection attempt fails.")]
public string ConnectionFailed { get; set; }

Property Value

string

ConnectionTestFailed

[LocalizedString(Description = "Logged when a test connection fails.")]
public string ConnectionTestFailed { get; set; }

Property Value

string

ConnectionTestSuccess

[LocalizedString(Description = "Logged when a test connection succeeds.")]
public string ConnectionTestSuccess { get; set; }

Property Value

string

DatabaseError

[LocalizedString(Description = "Logged on database error. {0} = error detail.")]
public string DatabaseError { get; set; }

Property Value

string

HealthCheckFailed

[LocalizedString(Description = "Logged when a health check fails. {0} = reason.")]
public string HealthCheckFailed { get; set; }

Property Value

string

HealthCheckPassed

[LocalizedString(Description = "Logged when a health check passes.")]
public string HealthCheckPassed { get; set; }

Property Value

string

LibraryInitialized

[LocalizedString(Description = "Logged after the library completes initialization.")]
public string LibraryInitialized { get; set; }

Property Value

string

LibraryStarted

[LocalizedString(Description = "Logged when the library starts.")]
public string LibraryStarted { get; set; }

Property Value

string

LibraryStopped

[LocalizedString(Description = "Logged when the library stops.")]
public string LibraryStopped { get; set; }

Property Value

string

RecordDeleted

[LocalizedString(Description = "Logged after a record is deleted. {0} = table name.")]
public string RecordDeleted { get; set; }

Property Value

string

RecordInserted

[LocalizedString(Description = "Logged after a record is inserted. {0} = table name.")]
public string RecordInserted { get; set; }

Property Value

string

RecordNotFound

[LocalizedString(Description = "Logged when a requested record does not exist. {0} = table name.")]
public string RecordNotFound { get; set; }

Property Value

string

RecordUpdated

[LocalizedString(Description = "Logged after a record is updated. {0} = table name.")]
public string RecordUpdated { get; set; }

Property Value

string

RecordsBulkInserted

[LocalizedString(Description = "Logged after bulk insert. {0} = count, {1} = table name.")]
public string RecordsBulkInserted { get; set; }

Property Value

string

SlowQueryDetected

[LocalizedString(Description = "Logged when a slow query is detected. {0} = elapsed ms, {1} = query.")]
public string SlowQueryDetected { get; set; }

Property Value

string

TableCreated

[LocalizedString(Description = "Logged when a new table is created. {0} = table name.")]
public string TableCreated { get; set; }

Property Value

string

TableSyncCompleted

[LocalizedString(Description = "Logged when table synchronization completes. {0} = table name.")]
public string TableSyncCompleted { get; set; }

Property Value

string

TableSyncFailed

[LocalizedString(Description = "Logged when table synchronization fails. {0} = table name.")]
public string TableSyncFailed { get; set; }

Property Value

string

TableSyncStarted

[LocalizedString(Description = "Logged when table synchronization begins. {0} = table name.")]
public string TableSyncStarted { get; set; }

Property Value

string

TableUpdated

[LocalizedString(Description = "Logged when a table schema is updated. {0} = table name.")]
public string TableUpdated { get; set; }

Property Value

string

TransactionCommitted

[LocalizedString(Description = "Logged when a transaction commits successfully.")]
public string TransactionCommitted { get; set; }

Property Value

string

TransactionRolledBack

[LocalizedString(Description = "Logged when a transaction is rolled back.")]
public string TransactionRolledBack { get; set; }

Property Value

string

TransactionStarted

[LocalizedString(Description = "Logged when a transaction starts.")]
public string TransactionStarted { get; set; }

Property Value

string