AiCommonSettingsUnitPluginGetSchemeVersion - метод

Retrieves the current schema version of the settings data managed by this plugin for the specified settings unit key.

Definition

Пространство имён: Tessa.Extensions.Platform.Server.SettingsUnits.AiCommon
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public override int GetSchemeVersion(
	SettingsUnitKey key
)

Параметры

key  SettingsUnitKey
Key for identifying a settings unit or fragment.

Возвращаемое значение

Int32
The current schema version of the settings data associated with key.

Реализации

ISettingsUnitPluginGetSchemeVersion(SettingsUnitKey)

См. также