Abstract Studio plugin command for importing localization tables. More...
Public Attributes | |
bool | InvalidatesUndoHistory => true |
Protected Member Functions | |
abstract IEnumerable< LocalizationTableRow > | Import (string localizationTableName) |
Imports a localization table. More... | |
Properties | |
abstract string | Description [get] |
Gets the description of the plugin command. More... | |
virtual string | DisplayName [get] |
Gets the display name of the plugin command. More... | |
abstract string | Name [get] |
Gets the name of the plugin command. More... | |
KanziStudio | Studio [get] |
Gets the KanziStudio object, which provides the entry point for operating with the Kanzi Studio plugin API. More... | |
Abstract Studio plugin command for importing localization tables.
|
protectedpure virtual |
Imports a localization table.
The table data should be listed as localization records.
localizationTableName | The name of the localization table. |
Implemented in CsvImporter.
|
get |
Gets the description of the plugin command.
Plugin command description.
|
get |
Gets the display name of the plugin command.
Returns Name unless overridden.
Plugin command display name.
|
get |
Gets the name of the plugin command.
The plugin command names must be unique.
Plugin command name.
|
getprotected |
Gets the KanziStudio object, which provides the entry point for operating with the Kanzi Studio plugin API.
KanziStudio object