SettingsUnitKey - конструктор
Key for identifying a settings unit or fragment.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public SettingsUnitKey(
Guid unitID,
string? unitName,
string? fragmentName = null,
Guid? fragmentID = null
)
Public Sub New (
unitID As Guid,
unitName As String,
Optional fragmentName As String = Nothing,
Optional fragmentID As Guid? = Nothing
)
public:
SettingsUnitKey(
Guid unitID,
String^ unitName,
String^ fragmentName = nullptr,
Nullable<Guid> fragmentID = nullptr
)
new :
unitID : Guid *
unitName : string *
?fragmentName : string *
?fragmentID : Nullable<Guid>
(* Defaults:
let _fragmentName = defaultArg fragmentName null
let _fragmentID = defaultArg fragmentID null
*)
-> SettingsUnitKey
Параметры
- unitID Guid
Unique identifier of the settings unit.
- unitName String
Unique name of the settings unit.
- fragmentName String (Optional)
Unique name of the settings fragment.
- fragmentID NullableGuid (Optional)
Unique identifier of the settings fragment.