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.1+2efecbe35c10dec386bb05925f2876c4acbb708d
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.

См. также