SettingsUnitHelperGenerateFragmentID - метод

Generates a deterministic UUID v5 by RFC 4122 for the settings fragment based on unitID and fragmentName.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public static Guid GenerateFragmentID(
	Guid unitID,
	string fragmentName
)

Параметры

unitID  Guid
The unique identifier of the settings unit.
fragmentName  String
The unique name of the fragment within the settings unit.

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

Guid
A deterministic UUID v5 by RFC 4122 by hashing the combination of unitID and fragmentName.

См. также