SettingsUnitRecordCompanionUpdate - метод

Updates an existing SettingsUnitRecord with values from initial parameters.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
public void Update(
	SettingsUnitRecord record,
	SettingsUnitDescriptor descriptor,
	SettingsUnitKey? key = null,
	Dictionary<string, Object?>? data = null
)

Параметры

record  SettingsUnitRecord
Object that describes the settings unit record.
descriptor  SettingsUnitDescriptor
Descriptor for settings unit created programmatically.
key  SettingsUnitKey  (Optional)
Optional SettingsUnitKey object. If provided, it can override descriptor info.
data  DictionaryString, Object  (Optional)
Optional settings unit data model that stores configuration values.

Реализации

ISettingsUnitRecordCompanionUpdate(SettingsUnitRecord, SettingsUnitDescriptor, SettingsUnitKey, DictionaryString, Object)

См. также