SettingsUnitKeyFromDescriptor(SettingsUnitDescriptor, String, NullableGuid) - метод

Creates a SettingsUnitKey instance from a SettingsUnitDescriptor.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public static SettingsUnitKey FromDescriptor(
	SettingsUnitDescriptor descriptor,
	string? fragmentName = null,
	Guid? fragmentID = null
)

Параметры

descriptor  SettingsUnitDescriptor
The SettingsUnitDescriptor to convert.
fragmentName  String  (Optional)
Unique name of the settings fragment.
fragmentID  NullableGuid  (Optional)
Unique identifier of the settings fragment.

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

SettingsUnitKey
A SettingsUnitKey representing the unit or fragment.

См. также