C# Класс CK.Core.ActivityMonitor.Group

Groups are bound to an ActivityMonitor and are linked together from the current one to the very first one (a kind of stack).
Наследование: IActivityLogGroup, IDisposableGroup
Показать файл Открыть проект

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

Свойство Тип Описание
Index int
Monitor ActivityMonitor

Private Properties

Свойство Тип Описание
Group System
GroupClosed void
GroupClosing void
IDisposable void
IDisposableGroup IDisposable
IDisposableGroup IDisposableGroup
Initialize void
InitializeRejectedGroup void

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

Метод Описание
EnsureExceptionData ( ) : CKExceptionData

Gets or creates the CKExceptionData that captures exception information. If P:Exception is null, this returns null.

Приватные методы

Метод Описание
Group ( ActivityMonitor monitor, int index ) : System

Initialized a new Group at a given index.

GroupClosed ( ) : void
GroupClosing ( List &conclusions ) : void
IDisposable ( ) : void

Ensures that any groups opened after this one are closed before closing this one.

IDisposableGroup ( Func getConclusionText ) : IDisposable
IDisposableGroup ( string topicOtherThanGroupText ) : IDisposableGroup
Initialize ( ActivityMonitorGroupData data ) : void

Initializes or reinitializes this group (if it has been disposed).

InitializeRejectedGroup ( ActivityMonitorGroupData data ) : void

Initializes or reinitializes this group (if it has been disposed) as a filtered group.

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

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

Gets or creates the CKExceptionData that captures exception information. If P:Exception is null, this returns null.
public EnsureExceptionData ( ) : CKExceptionData
Результат CKExceptionData

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

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

The raw index of the group.
public int Index
Результат int

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

The monitor that owns this group.
public ActivityMonitor,CK.Core Monitor
Результат ActivityMonitor