C# Класс CK.Monitoring.XmlMonitoringExtensions

Helpers to read XML configurations.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetAttributeLogFilter ( this @this, string name, bool fallbackToUndefined ) : LogFilter?

Reads a LogFilter.

GetRequiredAttributeLogFilter ( this @this, string name ) : LogFilter

Reads a LogFilter that must exist.

Описание методов

GetAttributeLogFilter() статический публичный Метод

Reads a LogFilter.
static public GetAttributeLogFilter ( this @this, string name, bool fallbackToUndefined ) : LogFilter?
@this this
name string Name of the attribute.
fallbackToUndefined bool True to return instead of null when not found.
Результат LogFilter?

GetRequiredAttributeLogFilter() статический публичный Метод

Reads a LogFilter that must exist.
static public GetRequiredAttributeLogFilter ( this @this, string name ) : LogFilter
@this this
name string Name of the attribute.
Результат CK.Core.LogFilter