Search Results for

    Show / Hide Table of Contents

    Class CommentOverviewControl

    Commant overview control, for working with commetns on instance datas

    Inheritance
    System.Object
    CommentOverviewControl
    Namespace: Simplic.Framework.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class CommentOverviewControl : UserControl

    Constructors

    | Improve this Doc View Source

    CommentOverviewControl()

    Create comment overview control

    Declaration
    public CommentOverviewControl()

    Fields

    | Improve this Doc View Source

    InstanceDataGuidProperty

    InstanceDataGuid
    Declaration
    public static readonly DependencyProperty InstanceDataGuidProperty
    Field Value
    Type Description
    DependencyProperty
    | Improve this Doc View Source

    StackNameProperty

    StackName
    Declaration
    public static readonly DependencyProperty StackNameProperty
    Field Value
    Type Description
    DependencyProperty

    Properties

    | Improve this Doc View Source

    Current

    Datacotnext as CommentOverviewViewModel

    Declaration
    public CommentOverviewViewModel Current { get; }
    Property Value
    Type Description
    CommentOverviewViewModel
    | Improve this Doc View Source

    InstanceDataGuid

    Gets or sets the current InstanceDataGuid

    Declaration
    public Guid InstanceDataGuid { get; set; }
    Property Value
    Type Description
    Guid
    | Improve this Doc View Source

    StackName

    Gets or sets the stackname

    Declaration
    public string StackName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Initialize(Guid, Guid)

    Load the view with all comments

    Declaration
    public void Initialize(Guid stackGuid, Guid instanceDataGuid)
    Parameters
    Type Name Description
    Guid stackGuid

    Id of the stack

    Guid instanceDataGuid

    Id of the instance data

    | Improve this Doc View Source

    Refresh()

    Refresh the control data

    Declaration
    public void Refresh()
    | Improve this Doc View Source

    RefreshView()

    Refresh view

    Declaration
    public void RefreshView()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx