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
-
LocalizationModelBaseMySQL2Strings
- Inherited Members
-
LocalizationModelBase.Culture
Properties
ConfigurationError
[LocalizedString(Description = "Logged on configuration error. {0} = error detail.")]
public string ConfigurationError { get; set; }
Property Value
ConnectionClosed
[LocalizedString(Description = "Logged when a database connection is closed.")]
public string ConnectionClosed { get; set; }
Property Value
ConnectionEstablished
[LocalizedString(Description = "Logged when a database connection is successfully established.")]
public string ConnectionEstablished { get; set; }
Property Value
ConnectionFailed
[LocalizedString(Description = "Logged when a connection attempt fails.")]
public string ConnectionFailed { get; set; }
Property Value
ConnectionTestFailed
[LocalizedString(Description = "Logged when a test connection fails.")]
public string ConnectionTestFailed { get; set; }
Property Value
ConnectionTestSuccess
[LocalizedString(Description = "Logged when a test connection succeeds.")]
public string ConnectionTestSuccess { get; set; }
Property Value
DatabaseError
[LocalizedString(Description = "Logged on database error. {0} = error detail.")]
public string DatabaseError { get; set; }
Property Value
HealthCheckFailed
[LocalizedString(Description = "Logged when a health check fails. {0} = reason.")]
public string HealthCheckFailed { get; set; }
Property Value
HealthCheckPassed
[LocalizedString(Description = "Logged when a health check passes.")]
public string HealthCheckPassed { get; set; }
Property Value
LibraryInitialized
[LocalizedString(Description = "Logged after the library completes initialization.")]
public string LibraryInitialized { get; set; }
Property Value
LibraryStarted
[LocalizedString(Description = "Logged when the library starts.")]
public string LibraryStarted { get; set; }
Property Value
LibraryStopped
[LocalizedString(Description = "Logged when the library stops.")]
public string LibraryStopped { get; set; }
Property Value
RecordDeleted
[LocalizedString(Description = "Logged after a record is deleted. {0} = table name.")]
public string RecordDeleted { get; set; }
Property Value
RecordInserted
[LocalizedString(Description = "Logged after a record is inserted. {0} = table name.")]
public string RecordInserted { get; set; }
Property Value
RecordNotFound
[LocalizedString(Description = "Logged when a requested record does not exist. {0} = table name.")]
public string RecordNotFound { get; set; }
Property Value
RecordUpdated
[LocalizedString(Description = "Logged after a record is updated. {0} = table name.")]
public string RecordUpdated { get; set; }
Property Value
RecordsBulkInserted
[LocalizedString(Description = "Logged after bulk insert. {0} = count, {1} = table name.")]
public string RecordsBulkInserted { get; set; }
Property Value
SlowQueryDetected
[LocalizedString(Description = "Logged when a slow query is detected. {0} = elapsed ms, {1} = query.")]
public string SlowQueryDetected { get; set; }
Property Value
TableCreated
[LocalizedString(Description = "Logged when a new table is created. {0} = table name.")]
public string TableCreated { get; set; }
Property Value
TableSyncCompleted
[LocalizedString(Description = "Logged when table synchronization completes. {0} = table name.")]
public string TableSyncCompleted { get; set; }
Property Value
TableSyncFailed
[LocalizedString(Description = "Logged when table synchronization fails. {0} = table name.")]
public string TableSyncFailed { get; set; }
Property Value
TableSyncStarted
[LocalizedString(Description = "Logged when table synchronization begins. {0} = table name.")]
public string TableSyncStarted { get; set; }
Property Value
TableUpdated
[LocalizedString(Description = "Logged when a table schema is updated. {0} = table name.")]
public string TableUpdated { get; set; }
Property Value
TransactionCommitted
[LocalizedString(Description = "Logged when a transaction commits successfully.")]
public string TransactionCommitted { get; set; }
Property Value
TransactionRolledBack
[LocalizedString(Description = "Logged when a transaction is rolled back.")]
public string TransactionRolledBack { get; set; }
Property Value
TransactionStarted
[LocalizedString(Description = "Logged when a transaction starts.")]
public string TransactionStarted { get; set; }