SettingsUnitRecordCompanionCreate - метод

Creates a new settings unit record based on initial parameters.

Definition

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

Параметры

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.

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

SettingsUnitRecord
Object that describes the settings unit record.

Реализации

ISettingsUnitRecordCompanionCreate(SettingsUnitDescriptor, SettingsUnitKey, DictionaryString, Object)

См. также