SettingsUnitHistoryManagerGetReportDigest - метод
Generates a digest string for a specific settings unit or category.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public string GetReportDigest(
SettingsUnitKey? key = null,
string? category = null
)
Public Function GetReportDigest (
Optional key As SettingsUnitKey = Nothing,
Optional category As String = Nothing
) As String
public:
virtual String^ GetReportDigest(
SettingsUnitKey^ key = nullptr,
String^ category = nullptr
) sealed
abstract GetReportDigest :
?key : SettingsUnitKey *
?category : string
(* Defaults:
let _key = defaultArg key null
let _category = defaultArg category null
*)
-> string
override GetReportDigest :
?key : SettingsUnitKey *
?category : string
(* Defaults:
let _key = defaultArg key null
let _category = defaultArg category null
*)
-> string
- key SettingsUnitKey (Optional)
Key for identifying a settings unit or fragment.
If provided, the digest will include the unit name or identifier.
- category String (Optional)
Path to the category where the settings unit is located.
The value must satisfy the
CategoryPattern pattern.
The "
/" symbol is used to separate categories:
- Category – category
- Subcategory – category/subcategory
If no key is provided, the digest will represent the category.
String A string suitable for use as a digest or description in logs, action history, or error reports.
ISettingsUnitHistoryManagerGetReportDigest(SettingsUnitKey, String)
The digest is intended to be used in action history records
and error reporting to provide context about the affected entity.