Search Results for

    Show / Hide Table of Contents

    Class CommentCategoryWindow

    Editor for comment cetagories

    Inheritance
    System.Object
    CommentCategoryWindow
    Namespace: Simplic.Framework.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class CommentCategoryWindow : DefaultRibbonWindow

    Constructors

    | Improve this Doc View Source

    CommentCategoryWindow()

    Create new comment window

    Declaration
    public CommentCategoryWindow()

    Properties

    | Improve this Doc View Source

    Current

    Get current context as CommentCategoryViewModel

    Declaration
    public CommentCategoryViewModel Current { get; }
    Property Value
    Type Description
    CommentCategoryViewModel

    Methods

    | Improve this Doc View Source

    OnDelete(WindowDeleteEventArg)

    Delete comment category

    Declaration
    public override void OnDelete(WindowDeleteEventArg e)
    Parameters
    Type Name Description
    WindowDeleteEventArg e
    | Improve this Doc View Source

    OnOpenPage(WindowOpenPageEventArg)

    Load data and fill ui

    Declaration
    public override void OnOpenPage(WindowOpenPageEventArg e)
    Parameters
    Type Name Description
    WindowOpenPageEventArg e
    | Improve this Doc View Source

    OnSave(WindowSaveEventArg)

    Save comment category

    Declaration
    public override void OnSave(WindowSaveEventArg e)
    Parameters
    Type Name Description
    WindowSaveEventArg e
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx