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.
파일 보기 프로젝트 열기: Invenietis/ck-core 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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