SettingsUnitHelperGenerateFragmentID - метод
Generates a deterministic UUID v5 by RFC 4122 for the settings fragment
based on unitID and fragmentName.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public static Guid GenerateFragmentID(
Guid unitID,
string fragmentName
)
Public Shared Function GenerateFragmentID (
unitID As Guid,
fragmentName As String
) As Guid
public:
static Guid GenerateFragmentID(
Guid unitID,
String^ fragmentName
)
static member GenerateFragmentID :
unitID : Guid *
fragmentName : string -> Guid
- unitID Guid
- The unique identifier of the settings unit.
- fragmentName String
- The unique name of the fragment within the settings unit.
GuidA deterministic UUID v5 by RFC 4122 by hashing the combination of
unitID and
fragmentName.