CK-Text CK-Text
    Show / Hide Table of Contents

    Interface IDisposableGroup

    Interface obtained once a Group has been opened.

    Inherited Members
    IDisposable.Dispose()
    Namespace: CK.Core
    Assembly: CK.ActivityMonitor.dll
    Syntax
    public interface IDisposableGroup : IDisposable

    Properties

    | Improve this Doc View Source

    IsRejectedGroup

    Gets whether the groups has been filtered. It must be closed as usual but it's opening and closing will not be recorded.

    Declaration
    bool IsRejectedGroup { get; }
    Property Value
    Type Description
    Boolean

    Methods

    | Improve this Doc View Source

    ConcludeWith(Func<String>)

    Sets a function that will be called on group closing to generate a conclusion. When IsRejectedGroup is true, this function does nothing.

    Declaration
    IDisposable ConcludeWith(Func<string> getConclusionText)
    Parameters
    Type Name Description
    Func<String> getConclusionText

    Function that generates a group conclusion.

    Returns
    Type Description
    IDisposable

    A disposable object that can be used to close the group.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2017 Invenietis
    Generated by DocFX