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

Configuration for a channel. A channel is a route that receive outputs from monitors: this configuration is associated to a CK.RouteConfig.RouteConfiguration or a CK.RouteConfig.SubRouteConfiguration object. Currently, the only configuration is the MinimalFilter of the channel.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
MinimalFilter CK.Core.LogFilter

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

Метод Описание
GrandOutputChannelConfigData ( ) : System.Xml.Linq

Initializes a new instance of GrandOutputChannelConfigData. The MinimalFilter is LogFilter.Undefined.

GrandOutputChannelConfigData ( System.Xml.Linq.XElement xml ) : System.Xml.Linq

Reads a XElement with an optional "MinimalFilter" attribute.

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

GrandOutputChannelConfigData() публичный Метод

Initializes a new instance of GrandOutputChannelConfigData. The MinimalFilter is LogFilter.Undefined.
public GrandOutputChannelConfigData ( ) : System.Xml.Linq
Результат System.Xml.Linq

GrandOutputChannelConfigData() публичный Метод

Reads a XElement with an optional "MinimalFilter" attribute.
public GrandOutputChannelConfigData ( System.Xml.Linq.XElement xml ) : System.Xml.Linq
xml System.Xml.Linq.XElement The xml element.
Результат System.Xml.Linq

Описание свойств

MinimalFilter публичное свойство

The minimal filter that will be applied to moniors that are bound (by their current IActivityMonitor.Topic) to this channel. Defaults to LogFilter.Undefined.
public LogFilter,CK.Core MinimalFilter
Результат CK.Core.LogFilter